uni-ticket-system/node_modules/licia/debug.d.ts
2023-12-05 10:11:10 +08:00

4 lines
60 B
TypeScript

declare function debug(name: string): any;
export = debug;