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

0.7.1 • Public • Published

bittydash

npm GitHub

The bittydash A small JavaScript utility library. And there is the document website.

Basic Use

npm

npm i bittydash -S

pnpm

pnpm add bittydash -S

Example

import { isNaN, uniq } from "bittydash";

console.log(isNaN(1)); // false
console.log(isNaN(NaN)); // true

console.log(uniq([1, 1, 2, 3, 3])); // [1,2,3]

/bittydash/

    Package Sidebar

    Install

    npm i bittydash

    Weekly Downloads

    9

    Version

    0.7.1

    License

    MIT

    Unpacked Size

    70.7 kB

    Total Files

    46

    Last publish

    Collaborators

    • yukiniro