es.shim/test/index.js

5 lines
92 B
JavaScript
Raw Normal View History

2024-08-07 11:45:27 +08:00
require('../dist/index.js')
console.log((1.345).toFixed())
console.log((1.345).toFixed(2))