mathjs/test/node-tests/treeShaking/treeShakingApp.js

4 lines
62 B
JavaScript

import { abs } from '../../../main/es6'
console.log(abs(-3))