UNPKG

bopular

Version:
4 lines 74 B
/** Prints "bop" */ module.exports = function() { console.log('bop'); };