@xylabs/hex
Advanced tools
Comparing version 4.3.4 to 4.3.5
@@ -1,4 +0,5 @@ | ||
export type AssertCallback = (value: unknown, message: string) => string | boolean; | ||
type AssertCallback = (value: unknown, message: string) => string | boolean; | ||
export type AssertConfig = string | AssertCallback | boolean; | ||
export declare const assertError: (value: unknown, assert: AssertConfig | undefined, defaultMessage: string) => undefined; | ||
export {}; | ||
//# sourceMappingURL=assert.d.ts.map |
{ | ||
"name": "@xylabs/hex", | ||
"version": "4.3.4", | ||
"version": "4.3.5", | ||
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries", | ||
@@ -42,7 +42,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^4.2.3", | ||
"@xylabs/tsconfig": "^4.2.3", | ||
"@xylabs/vitest-extended": "^4.3.4", | ||
"@xylabs/ts-scripts-yarn3": "^4.2.4", | ||
"@xylabs/tsconfig": "^4.2.4", | ||
"@xylabs/vitest-extended": "^4.3.5", | ||
"typescript": "^5.6.3", | ||
"vitest": "^2.1.4" | ||
"vitest": "^2.1.5" | ||
}, | ||
@@ -49,0 +49,0 @@ "engines": { |
@@ -1,2 +0,2 @@ | ||
export type AssertCallback = (value: unknown, message: string) => string | boolean | ||
type AssertCallback = (value: unknown, message: string) => string | boolean | ||
@@ -3,0 +3,0 @@ export type AssertConfig = string | AssertCallback | boolean |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
506
49540