Files
Tiber365/node_modules/svelte-preprocess/dist/modules/errors.d.ts
2025-05-16 00:17:42 +02:00

3 lines
112 B
TypeScript

export declare const throwError: (msg: string) => never;
export declare const throwTypescriptError: () => void;