@castlenine/utility-belt
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -5,3 +5,3 @@ import * as atomicUnit from './utils/atomic-unit'; | ||
import * as currency from './utils/currency'; | ||
import * as delay from './utils/delay'; | ||
import delay from './utils/delay'; | ||
import * as email from './utils/email'; | ||
@@ -55,3 +55,3 @@ import * as number from './utils/number'; | ||
isEmailValid: (email: string | undefined) => boolean; | ||
delay: typeof delay; | ||
delay: (milliseconds: number) => Promise<void>; | ||
getCurrencyFullName: (currency: Currency, lang?: Locales, plural?: boolean) => string; | ||
@@ -58,0 +58,0 @@ getCurrencySymbol: (currency: Currency) => string; |
{ | ||
"name": "@castlenine/utility-belt", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Utility Belt is a versatile and lightweight collection of essential JavaScript utilities designed to streamline and simplify my development workflow", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
178024
1807