cafe-utility
Advanced tools
Comparing version 23.6.0 to 23.7.0
@@ -86,2 +86,6 @@ type Indexable = number | string; | ||
}): string; | ||
declare function asHexString(string: any, options?: { | ||
name?: string; | ||
byteLength?: number; | ||
}): string; | ||
declare function asSafeString(string: any, options?: { | ||
@@ -783,2 +787,3 @@ name?: string; | ||
asString: typeof asString; | ||
asHexString: typeof asHexString; | ||
asSafeString: typeof asSafeString; | ||
@@ -785,0 +790,0 @@ asNumber: typeof asNumber; |
{ | ||
"name": "cafe-utility", | ||
"version": "23.6.0", | ||
"version": "23.7.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
126085
3686