UNPKG

@votemike/property

Version:

Property class and related classes

5 lines (4 loc) 111 B
const round = (amount) => { return Math.round((amount + Number.EPSILON) * 100) / 100; }; export { round };