@alu0101350158/constant-folding
v1.3.9
Published
Constant Folding javascript code
Downloads
30
Maintainers
Readme
constant-folding
Installation
npm install @alu0101350158/constant-folding
Usage as executable:
./node_modules/@alu0101350158/constant-folding/bin/constant-folding-cli.js input.js -o output.js
Usage from code:
const constantFolding = require('constant-folding');
//call the function
The documentation of the function.
Examples
Author
alu0101350158
Tests
npm test