sdrv
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

#sdrv

##install

npm i sdrv

##usage,Tools for special needs

import { separator } from "sdrv";
// add separator
separator({
  value: -111111.6543,
  n: 4, // default n = 3
});

// -11,1111.6543

// hide something
import { hideStr } from "sdrv";
hideStr({ value: 11111 });
// **,111

other: unitByByte, unitByBit, unitToChinese, ...

Package Sidebar

Install

npm i sdrv

Weekly Downloads

2

Version

0.0.2

License

ISC

Unpacked Size

51.6 kB

Total Files

18

Last publish

Collaborators

  • axelccc