Files
DeviceManager/node_modules/svelte-preprocess/dist/modules/errors.d.ts

3 lines
112 B
TypeScript

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