Skip to content

Files

Latest commit

acdad14 · Jan 15, 2020

History

History
18 lines (10 loc) · 286 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 286 Bytes

simple-format

This is small library which convert or format number

Installation

npm install @codezone/simple-format

Usage

var sf = require('@codezone/simple-format');

var roundUpValue = sf.roundUp(3.455555);

Output should be 3.46

Tests

npm test