cafe-utility
Advanced tools
Comparing version 27.5.1 to 27.6.0
@@ -101,2 +101,5 @@ type Indexable = number | string; | ||
}): string; | ||
declare function asFunction(value: any, options?: { | ||
name: string; | ||
}): Function; | ||
declare function asNumber(number: any, options?: { | ||
@@ -897,2 +900,3 @@ name?: string; | ||
asNumber: typeof asNumber; | ||
asFunction: typeof asFunction; | ||
asInteger: typeof asInteger; | ||
@@ -899,0 +903,0 @@ asBoolean: typeof asBoolean; |
{ | ||
"name": "cafe-utility", | ||
"version": "27.5.1", | ||
"version": "27.6.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
153551
4450