@dnd-builder/utils
Advanced tools
Comparing version 0.1.0 to 0.1.1
declare const isDefined: <T>(value: T | undefined) => value is T; | ||
declare const isNil: (value: any) => value is null | undefined; | ||
declare const isNil: (value: any) => value is undefined | null; | ||
declare const isString: (value: any) => value is string; | ||
@@ -4,0 +4,0 @@ declare const isFunction: (value: any) => value is Function; |
{ | ||
"name": "@dnd-builder/utils", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -22,3 +22,3 @@ "main": "./dist/index.js", | ||
"tsup": "^8.1.0", | ||
"typescript": "^5.4.5" | ||
"typescript": "^5.5.3" | ||
}, | ||
@@ -25,0 +25,0 @@ "author": { |
Sorry, the diff of this file is not supported yet