UNPKG

nlu

Version:

Use this package to link your projects together for local development.

11 lines (10 loc) 186 B
export declare const log: { info: any; good: any; veryGood: any; warning: any; warn: any; error: any; debug: (...args: any[]) => void; }; export default log;