UNPKG

@bare-ts/lib

Version:

TypeScript library for BARE, a compact and simple binary-serialization format

9 lines (8 loc) 198 B
export { DEV } from "#dev"; /** * @sealed */ export declare class AssertionError extends Error { name: string; } export declare function assert(test: boolean, message?: string): asserts test;