remove extra function signature for ns.kill()

This commit is contained in:
TheMas3212 2021-12-31 23:33:23 +11:00
parent e3e1770439
commit 8707dc7079
No known key found for this signature in database
GPG Key ID: 62A173A4FDA683CA

@ -4682,7 +4682,6 @@ export interface NS extends Singularity {
*/ */
kill(script: number): boolean; kill(script: number): boolean;
kill(script: string, host: string, ...args: string[]): boolean; kill(script: string, host: string, ...args: string[]): boolean;
kill(script: string | number, host: string, ...args: string[]): boolean;
/** /**
* Terminate all scripts on a server. * Terminate all scripts on a server.