UNPKG

persistify

Version:

a wrapper around `browserify` and `watchify` to make incremental builds without the need of the watch mode

6 lines 108 B
module.exports = { showMetal: function (dep) { console.log(dep); console.log('hello world'); } }