@workers-utils/common
Advanced tools
Comparing version 0.0.0-canary-20230323081051 to 0.0.0-canary-20230323081549
# @workers-utils/common | ||
## 0.0.0-canary-20230323081051 | ||
## 0.0.0-canary-20230323081549 | ||
@@ -5,0 +5,0 @@ ### Patch Changes |
/** Narrow a thing to the non-nullish version of the thing */ | ||
export declare function isNotNullish<T>(value: T | false | null | void | undefined): value is T; | ||
export declare function isNotNullish<T>(value: T | false | null | undefined | void): value is T; | ||
//# sourceMappingURL=isNotNullish.d.ts.map |
{ | ||
"name": "@workers-utils/common", | ||
"version": "0.0.0-canary-20230323081051", | ||
"version": "0.0.0-canary-20230323081549", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19749