Files
427e7578-d7bf-49c8-aee9-2dd…/yjs-poll/node_modules/lib0/error.d.ts

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