File size: 112 Bytes
bc20498 |
1 2 3 |
export declare const throwError: (msg: string) => never;
export declare const throwTypescriptError: () => void;
|
bc20498 |
1 2 3 |
export declare const throwError: (msg: string) => never;
export declare const throwTypescriptError: () => void;
|