printer-notifications/node_modules/svelte-preprocess/dist/modules/errors.d.ts

3 lines
112 B
TypeScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
export declare const throwError: (msg: string) => never;
export declare const throwTypescriptError: () => void;