UNPKG

ts-asserts

Version:

The package for assert data in typescript.

15 lines (14 loc) 857 B
export declare const Asserts: { Not: import("./asserts").AssertsInterface; Array: typeof import("./asserts/array.assert").ArrayAssert; BigInt: typeof import("./asserts/bigint.assert").BigIntAssert; Boolean: typeof import("./asserts/boolean.assert").BooleanAssert; Function: typeof import("./asserts/function.assert").FunctionAssert; Null: typeof import("./asserts/null.assert").NullAssert; NullOrUndefined: typeof import("./asserts/null-or-undefined.assert").NullOrUndefinedAssert; Number: typeof import("./asserts/number.assert").NumberAssert; Object: typeof import("./asserts/object.assert").ObjectAssert; String: typeof import("./asserts/string.assert").StringAssert; Symbol: typeof import("./asserts/symbol.assert").SymbolAssert; Undefined: typeof import("./asserts/undefined.assert").UndefinedAssert; };