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