UNPKG

itlog

Version:
3 lines (2 loc) 225 B
'use strict';var itlog=function itlog(a){'undefined'!=typeof process&&process.stdout?process.stdout.write(a+'\n'):console.log(a+'\n')};// $lab:coverage:off$ 'undefined'!=typeof module&&module.exports&&(module.exports=itlog);