UNPKG

lib0

Version:

> Monorepo of isomorphic utility functions

5 lines 233 B
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