UNPKG

hierarchy-js

Version:

Elegant and lightweight library for working with data structures

8 lines (6 loc) 162 B
const path = require('path') module.exports = { process(src, filename) { return 'module.exports = ' + JSON.stringify(path.basename(filename)) + ';' }, }