@xylabs/typeof
Advanced tools
Comparing version 4.3.4 to 4.3.5
export * from './ifDefined.ts'; | ||
export * from './ifTypeOf.ts'; | ||
export * from './isType.ts'; | ||
export * from './ObjectTypeShape.ts'; | ||
export * from './typeOf.ts'; | ||
@@ -4,0 +6,0 @@ export * from './TypeOfTypes.ts'; |
{ | ||
"name": "@xylabs/typeof", | ||
"version": "4.3.4", | ||
"version": "4.3.5", | ||
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries", | ||
@@ -39,4 +39,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^4.2.3", | ||
"@xylabs/tsconfig": "^4.2.3", | ||
"@xylabs/ts-scripts-yarn3": "^4.2.4", | ||
"@xylabs/tsconfig": "^4.2.4", | ||
"typescript": "^5.6.3" | ||
@@ -43,0 +43,0 @@ }, |
export * from './ifDefined.ts' | ||
export * from './ifTypeOf.ts' | ||
export * from './isType.ts' | ||
export * from './ObjectTypeShape.ts' | ||
export * from './typeOf.ts' | ||
export * from './TypeOfTypes.ts' | ||
export * from './validateType.ts' |
{ | ||
"$schema": "https://typedoc.org/schema.json", | ||
"entryPoints": ["./src/index.ts"], | ||
"tsconfig": "./tsconfig.typedoc.json" | ||
"entryPoints": ["./src/index.ts"] | ||
} |
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
20422
31
178