Update src/ScriptEditor/NetscriptDefinitions.d.ts

Co-authored-by: Nikolai Korolev <CrafterKolyan@mail.ru>
This commit is contained in:
Chris380
2022-04-13 15:48:29 +02:00
committed by GitHub
parent e0f4ec6594
commit 04abb60708

@ -4639,7 +4639,7 @@ export interface NS {
* @param cores - Optional. The number of cores of the server that would run grow.
* @returns The security increase.
*/
growthAnalyzeSecurity(threads: number, hostname: string, cores?: number): number;
growthAnalyzeSecurity(threads: number, hostname?: string, cores?: number): number;
/**
* Suspends the script for n milliseconds.