0.4.3 • Published 3 years ago

@jood/common v0.4.3

Weekly downloads
45
License
MIT
Repository
github
Last release
3 years ago

@jood/common

javascript array, string, number, point, color, cache, date utility/helper

Documentation | Package source | NPM \ \ Typescript TRAVIS Codecov branch NPM version NPM license NPM download NPM bundle size


Quick sample

import { replaceAll } from "@jood/common/string";
import { isNumber } from "@jood/common/number";
import { insert } from "@jood/common/array";
import { toFormat } from "@jood/common/date";
import { isIntersect } from "@jood/common/point";
import { TTLCache } from "@jood/common/cache";
import { BrowserCookie, BrowserScroll, DomScroll } from "@jood/common/web";
import { JdString, JdNumber, JdArray, JdDate, JdPoint } from "@jood/common";

console.log(replaceAll("hello-foo", "-", "#")); // "hello#foo"
console.log(JdString.replaceAll("hello-foo", "-", "#")); // "hello#foo"

This library was generated with Angular CLI

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.2

3 years ago

0.3.3

3 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.7

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.30

4 years ago

0.0.29

4 years ago

0.0.20

4 years ago

0.0.22

4 years ago

0.0.18

4 years ago

0.0.16

4 years ago

0.0.14

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago