1.0.4 • Published 4 years ago
daparser v1.0.4
Daparser
Parses numbers to strings
This package just parses numbers to strings, Srsly, that's the only thing it does.
Usage
- Require daparser,
var something = require('daparser'); - Pass in numbers to the
.parse()function. - I.E.
something.parse(123) - ✨Magic ✨
Installation
Install Daparser
npm i daparser