mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-05 17:57:13 +00:00
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
import createDebug from 'debug';
|
|
|
|
export const debug = createDebug('code-generator');
|