Variables
Let action
action: number = -1
Let configPath
configPath: string = ""
Let dryrun
dryrun: boolean = false
Let force
force: boolean = false
Let html
html: string = ""
Let mails
mails: string = ""
Let privKey
privKey: string = ""
Let pubKey
pubKey: string = ""
Let safeFile
safeFile: string = ""
Functions
delay
- delay(t: number): Promise<unknown>
-
Parameters
Returns Promise<unknown>
mkstringCN
- mkstringCN(length: number): string
-
Parameters
Returns string
generated string
shuffleArray
- shuffleArray(array: any[]): void
-
Parameters
Returns void
Wraps setTimeout into Promise