@xylabs/typeof
Advanced tools
Comparing version 3.5.4 to 3.5.5
@@ -1,3 +0,3 @@ | ||
import { TypeOfTypes } from './TypeOfTypes'; | ||
import { TypeOfTypes } from './TypeOfTypes.js'; | ||
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 |
@@ -1,6 +0,6 @@ | ||
export * from './ifDefined'; | ||
export * from './ifTypeOf'; | ||
export * from './typeOf'; | ||
export * from './TypeOfTypes'; | ||
export * from './validateType'; | ||
export * from './ifDefined.js'; | ||
export * from './ifTypeOf.js'; | ||
export * from './typeOf.js'; | ||
export * from './TypeOfTypes.js'; | ||
export * from './validateType.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import { TypeOfTypes } from './TypeOfTypes'; | ||
import { TypeOfTypes } from './TypeOfTypes.js'; | ||
export declare const typeOf: <T>(item: T) => TypeOfTypes; | ||
//# sourceMappingURL=typeOf.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import { TypeOfTypes } from './TypeOfTypes'; | ||
import { TypeOfTypes } from './TypeOfTypes.js'; | ||
export declare const validateType: <T>(typeName: TypeOfTypes, value: T, optional?: boolean) => [T | undefined, Error[]]; | ||
//# sourceMappingURL=validateType.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import { TypeOfTypes } from './TypeOfTypes'; | ||
import { TypeOfTypes } from './TypeOfTypes.js'; | ||
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 |
@@ -1,6 +0,6 @@ | ||
export * from './ifDefined'; | ||
export * from './ifTypeOf'; | ||
export * from './typeOf'; | ||
export * from './TypeOfTypes'; | ||
export * from './validateType'; | ||
export * from './ifDefined.js'; | ||
export * from './ifTypeOf.js'; | ||
export * from './typeOf.js'; | ||
export * from './TypeOfTypes.js'; | ||
export * from './validateType.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import { TypeOfTypes } from './TypeOfTypes'; | ||
import { TypeOfTypes } from './TypeOfTypes.js'; | ||
export declare const typeOf: <T>(item: T) => TypeOfTypes; | ||
//# sourceMappingURL=typeOf.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import { TypeOfTypes } from './TypeOfTypes'; | ||
import { TypeOfTypes } from './TypeOfTypes.js'; | ||
export declare const validateType: <T>(typeName: TypeOfTypes, value: T, optional?: boolean) => [T | undefined, Error[]]; | ||
//# sourceMappingURL=validateType.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import { TypeOfTypes } from './TypeOfTypes'; | ||
import { TypeOfTypes } from './TypeOfTypes.js'; | ||
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 |
@@ -1,6 +0,6 @@ | ||
export * from './ifDefined'; | ||
export * from './ifTypeOf'; | ||
export * from './typeOf'; | ||
export * from './TypeOfTypes'; | ||
export * from './validateType'; | ||
export * from './ifDefined.js'; | ||
export * from './ifTypeOf.js'; | ||
export * from './typeOf.js'; | ||
export * from './TypeOfTypes.js'; | ||
export * from './validateType.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import { TypeOfTypes } from './TypeOfTypes'; | ||
import { TypeOfTypes } from './TypeOfTypes.js'; | ||
export declare const typeOf: <T>(item: T) => TypeOfTypes; | ||
//# sourceMappingURL=typeOf.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import { TypeOfTypes } from './TypeOfTypes'; | ||
import { TypeOfTypes } from './TypeOfTypes.js'; | ||
export declare const validateType: <T>(typeName: TypeOfTypes, value: T, optional?: boolean) => [T | undefined, Error[]]; | ||
//# sourceMappingURL=validateType.d.ts.map |
@@ -66,4 +66,4 @@ { | ||
"sideEffects": false, | ||
"version": "3.5.4", | ||
"version": "3.5.5", | ||
"type": "module" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { typeOf } from './typeOf' | ||
import { typeOf } from './typeOf.js' | ||
@@ -3,0 +3,0 @@ export const ifDefined = <T>(value: T, func: (value: T) => void) => { |
@@ -1,3 +0,3 @@ | ||
import { typeOf } from './typeOf' | ||
import { TypeOfTypes } from './TypeOfTypes' | ||
import { typeOf } from './typeOf.js' | ||
import { TypeOfTypes } from './TypeOfTypes.js' | ||
@@ -4,0 +4,0 @@ export const ifTypeOf = <T, R>(typeName: TypeOfTypes, value: unknown, trueFunc: (value: T) => R, isFunc?: (value: T) => boolean) => { |
@@ -1,5 +0,5 @@ | ||
export * from './ifDefined' | ||
export * from './ifTypeOf' | ||
export * from './typeOf' | ||
export * from './TypeOfTypes' | ||
export * from './validateType' | ||
export * from './ifDefined.js' | ||
export * from './ifTypeOf.js' | ||
export * from './typeOf.js' | ||
export * from './TypeOfTypes.js' | ||
export * from './validateType.js' |
@@ -1,2 +0,2 @@ | ||
import { TypeOfTypes } from './TypeOfTypes' | ||
import { TypeOfTypes } from './TypeOfTypes.js' | ||
@@ -3,0 +3,0 @@ export const typeOf = <T>(item: T): TypeOfTypes => { |
@@ -1,3 +0,3 @@ | ||
import { typeOf } from './typeOf' | ||
import { TypeOfTypes } from './TypeOfTypes' | ||
import { typeOf } from './typeOf.js' | ||
import { TypeOfTypes } from './TypeOfTypes.js' | ||
@@ -4,0 +4,0 @@ export const validateType = <T>(typeName: TypeOfTypes, value: T, optional = false): [T | undefined, Error[]] => { |
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
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
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
57210