@alfiannuha/convert-libs
v0.0.6
Published
Library for utils
Downloads
10
Readme
Convert Library for NodeJS or Frontend Development
This is a simple library that converts a string to a number. It is written in TypeScript. It can be used in NodeJS or in FrontEnd project.
Usage
Install
You can install the library using npm, and then use it in your NodeJS or frontend project.
npm install @alfiannuha/convert-libs
JavaScript
const { ConvertStringToNumber } = require('@alfiannuha/convert-libs');
console.log(ConvertStringToNumber('100000')); // 100.000
License
MIT