Files
dsProject/dsBase/WebRoot/html/cdn/es/utils/error.d.ts

3 lines
142 B
TypeScript
Raw Normal View History

2025-08-14 15:45:08 +08:00
export declare function throwError(scope: string, m: string): never;
export declare function debugWarn(scope: string, message: string): void;