UNPKG

uu-console

Version:

An enhanced version of console.log

4 lines (3 loc) 148 B
declare const warning: (flag: boolean, msg: string) => void; declare const info: (flag: boolean, msg: string) => void; export { warning, info };