UNPKG

maths.ts

Version:

Math utilities library for TypeScript, JavaScript and Node.js

9 lines 211 B
module.exports = { entry: './lib/maths.js', devtool: 'source-map', output: { path: __dirname, filename: 'bundle/maths.js', library: 'maths' // maths.ts or just maths? } };