@sirutils/safe-toolbox
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -12,3 +12,3 @@ import type { BlobType, Fn } from '@sirutils/core'; | ||
type Wraproxy<T> = { | ||
[P in keyof T]: T[P] extends Fn<BlobType, infer R> ? (...args: Parameters<T[P]>) => R extends PromiseLike<infer V> ? Sirutils.ProjectAsyncResult<V> : Sirutils.ProjectResult<R> : T[P]; | ||
[P in keyof T]: T[P] extends Fn<BlobType[], infer R> ? (...args: Parameters<T[P]>) => R extends PromiseLike<infer V> ? Sirutils.ProjectAsyncResult<V> : Sirutils.ProjectResult<R> : T[P]; | ||
}; | ||
@@ -15,0 +15,0 @@ } |
@@ -10,3 +10,3 @@ import type { BlobType } from '@sirutils/core'; | ||
*/ | ||
export declare const isArray: (value: unknown) => value is object; | ||
export declare const isArray: (value: unknown) => value is BlobType[]; | ||
/** | ||
@@ -13,0 +13,0 @@ * Checks if value is an promise |
{ | ||
"name": "@sirutils/safe-toolbox", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"type": "module", | ||
@@ -23,3 +23,3 @@ "files": [ | ||
"@types/traverse": "^0.6.37", | ||
"@sirutils/builder": "0.1.7" | ||
"@sirutils/builder": "0.1.8" | ||
}, | ||
@@ -34,4 +34,4 @@ "dependencies": { | ||
"ulidx": "^2.4.1", | ||
"@sirutils/core": "0.1.7" | ||
"@sirutils/core": "0.1.8" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55626
+ Added@sirutils/core@0.1.8(transitive)
- Removed@sirutils/core@0.1.7(transitive)
Updated@sirutils/core@0.1.8