UNPKG

data-structures-again

Version:

A Javascript library of simple data structures

11 lines (9 loc) 204 B
const path = require('path') module.exports = { entry: './index.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'dsa.js', library: 'dsa' } }