Files
QingLong/WebRoot/html/cdn/lib/utils/error.d.ts

3 lines
142 B
TypeScript
Raw Normal View History

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