@sirutils/core
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -21,3 +21,3 @@ import type { Lazy } from './lazy'; | ||
*/ | ||
export type Fn<T, U> = (...args: T[]) => U; | ||
export type Fn<T extends BlobType[], U> = (...args: T) => U; | ||
export declare const deepFreeze: (object: BlobType) => any; | ||
@@ -24,0 +24,0 @@ /** |
{ | ||
"name": "@sirutils/core", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"type": "module", | ||
@@ -21,3 +21,3 @@ "files": [ | ||
"devDependencies": { | ||
"@sirutils/builder": "0.1.7" | ||
"@sirutils/builder": "0.1.8" | ||
}, | ||
@@ -24,0 +24,0 @@ "dependencies": { |
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
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
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
373791