@ejnshtein/tools
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@ejnshtein/tools", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.cjs", |
@@ -9,4 +9,4 @@ export interface template { | ||
export type argv = (name: string) => boolean | ||
export type getArgv = (name: string) => string | ||
export function argv (name: string): boolean | ||
export function getArgv (name: string): string | ||
/** | ||
@@ -16,3 +16,3 @@ * Sleep timer | ||
*/ | ||
export type sleep = (timeout: number) => Promise<undefined> | ||
export function sleep (timeout: number): Promise<undefined> | ||
@@ -19,0 +19,0 @@ export interface buffer { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package