mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-19 00:22:50 +00:00
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
import createDebug from 'debug';
|
|
|
|
export const debug = createDebug('code-generator');
|