@types/kill-port
Advanced tools
@@ -8,3 +8,3 @@ // Type definitions for kill-port 2.0 | ||
| import type { SuccessfulExec } from 'shell-exec'; | ||
| import type { SuccessfulExec } from "shell-exec"; | ||
@@ -44,3 +44,3 @@ export = killPort; | ||
| /** @default 'tcp' */ | ||
| protocol?: 'tcp' | 'udp', | ||
| protocol?: "tcp" | "udp", | ||
| ): Promise<SuccessfulExec>; |
| { | ||
| "name": "@types/kill-port", | ||
| "version": "2.0.0", | ||
| "version": "2.0.1", | ||
| "description": "TypeScript definitions for kill-port", | ||
@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/kill-port", | ||
| }, | ||
| "typesPublisherContentHash": "6a9d5cecc6991e05c2b9eb5b7faf18329d3d947a39af2414761de6cc48ac8efe", | ||
| "typeScriptVersion": "4.0" | ||
| "typesPublisherContentHash": "9979d4ce7ce78026827b1a008b6fce02d34a469a2ba1a2fe25dc4a72205e87cd", | ||
| "typeScriptVersion": "4.5" | ||
| } |
@@ -18,3 +18,3 @@ # Installation | ||
| import type { SuccessfulExec } from 'shell-exec'; | ||
| import type { SuccessfulExec } from "shell-exec"; | ||
@@ -54,3 +54,3 @@ export = killPort; | ||
| /** @default 'tcp' */ | ||
| protocol?: 'tcp' | 'udp', | ||
| protocol?: "tcp" | "udp", | ||
| ): Promise<SuccessfulExec>; | ||
@@ -61,4 +61,4 @@ | ||
| ### Additional Details | ||
| * Last updated: Fri, 26 Aug 2022 07:32:27 GMT | ||
| * Dependencies: [@types/shell-exec](https://npmjs.com/package/@types/shell-exec), [@types/node](https://npmjs.com/package/@types/node) | ||
| * Last updated: Thu, 14 Sep 2023 01:49:18 GMT | ||
| * Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/shell-exec](https://npmjs.com/package/@types/shell-exec) | ||
| * Global values: none | ||
@@ -65,0 +65,0 @@ |