UNPKG

imba

Version:

Intuitive and powerful language for building webapps that fly

14 lines (12 loc) 203 B
function noop(){} export default global.console ? global.console : { log: noop, info: noop, warn: noop, error: noop, dir: noop, assert: noop, time: noop, timeEnd: noop, trace: noop };