0.7.1 • Published 2 years ago

bittydash v0.7.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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]
0.7.1

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.16

2 years ago

0.5.17

2 years ago

0.5.14

2 years ago

0.5.15

2 years ago

0.5.12

2 years ago

0.5.13

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.3.1

3 years ago

0.3.3

3 years ago

0.0.13

3 years ago

0.1.1

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago