Files
echo-nexus/node_modules/lib0/error.d.ts
T

5 lines
233 B
TypeScript

export function create(s: string): Error;
export function methodUnimplemented(): never;
export function unexpectedCase(): never;
export function assert(property: boolean): asserts property is true;
//# sourceMappingURL=error.d.ts.map