cafe-utility
Advanced tools
Comparing version 27.4.1 to 27.5.0
@@ -82,2 +82,7 @@ type Indexable = number | string; | ||
declare function randomHexString(length: number, generator?: () => number): string; | ||
declare function asIntegerString(value: any, options?: { | ||
name?: string; | ||
min?: bigint; | ||
max?: bigint; | ||
}): string; | ||
declare function asString(string: any, options?: { | ||
@@ -890,2 +895,3 @@ name?: string; | ||
asSafeString: typeof asSafeString; | ||
asIntegerString: typeof asIntegerString; | ||
asNumber: typeof asNumber; | ||
@@ -892,0 +898,0 @@ asInteger: typeof asInteger; |
{ | ||
"name": "cafe-utility", | ||
"version": "27.4.1", | ||
"version": "27.5.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
153194
4440