Socket
Socket
Sign inDemoInstall

k-convert

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    k-convert

Convert a number to k-metric or a k-metric number to a long number


Version published
Weekly downloads
35
decreased by-27.08%
Maintainers
1
Install size
2.21 kB
Created
Weekly downloads
 

Readme

Source

k-convert

Install

npm i k-convert

Usage

const kconvert = require("k-convert");
//or
import kconvert from 'k-convert';

And then, you are able to convert float numbers to the k-metric:

kconvert.convertTo(420500);
//'420.5k'

Or convert strings using the k-metric to float numbers:

kconvert.convertFrom("23.2k");
//23200

Keywords

FAQs

Last updated on 17 Jan 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc