@xylabs/typeof
Advanced tools
Comparing version 3.0.25 to 3.1.0
import { TypeOfTypes } from './TypeOfTypes'; | ||
export declare const ifTypeOf: <T, R>(typeName: TypeOfTypes, value: unknown, trueFunc: (value: T) => R, isFunc?: ((value: T) => boolean) | undefined) => R | undefined; | ||
export declare const ifTypeOf: <T, R>(typeName: TypeOfTypes, value: unknown, trueFunc: (value: T) => R, isFunc?: (value: T) => boolean) => R | undefined; | ||
//# sourceMappingURL=ifTypeOf.d.ts.map |
import { TypeOfTypes } from './TypeOfTypes'; | ||
export declare const ifTypeOf: <T, R>(typeName: TypeOfTypes, value: unknown, trueFunc: (value: T) => R, isFunc?: ((value: T) => boolean) | undefined) => R | undefined; | ||
export declare const ifTypeOf: <T, R>(typeName: TypeOfTypes, value: unknown, trueFunc: (value: T) => R, isFunc?: (value: T) => boolean) => R | undefined; | ||
//# sourceMappingURL=ifTypeOf.d.ts.map |
@@ -14,5 +14,5 @@ { | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^3.5.2", | ||
"@xylabs/tsconfig": "^3.5.2", | ||
"typescript": "^5.4.3" | ||
"@xylabs/ts-scripts-yarn3": "^3.9.0", | ||
"@xylabs/tsconfig": "^3.9.0", | ||
"typescript": "^5.4.4" | ||
}, | ||
@@ -67,4 +67,4 @@ "engines": { | ||
"sideEffects": false, | ||
"version": "3.0.25", | ||
"version": "3.1.0", | ||
"type": "module" | ||
} |
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
Sorry, the diff of this file is not supported yet
41274