Files
dsProject/dsBase/WebRoot/html/cdn/es/utils/error.d.ts
2025-08-14 15:45:08 +08:00

3 lines
142 B
TypeScript

export declare function throwError(scope: string, m: string): never;
export declare function debugWarn(scope: string, message: string): void;