pacholoamit / daparser

npm package that parses numbers to strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

npm package that parses numbers to strings

License:MIT License


Languages

Language:JavaScript 100.0%