UNPKG

exorcist

Version:

Externalizes the source map found inside a stream to an external `.js.map` file

8 lines (5 loc) 111 B
'use strict'; var bar = require('./bar'); var go = module.exports = function () { console.log(bar()); };