@fuus/number
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@fuus/number

npm npm bundle size npm bundle size

Example

import num, { roundNum } from '@fuus/number';

num.round === roundNum; // true

let n = 1.23456789;
roundNum(n); // 1
num.round(n, 4); // 1.2345;

API

/@fuus/number/

    Package Sidebar

    Install

    npm i @fuus/number

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    4.31 kB

    Total Files

    5

    Last publish

    Collaborators

    • http404