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

4 lines
70 B
JavaScript

import { abs } from '../../../lib/esm/index.js'
console.log(abs(-3))