0.4.3 • Published 4 years ago

@jood/common v0.4.3

Weekly downloads
45
License
MIT
Repository
github
Last release
4 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

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.2

4 years ago

0.3.3

4 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.7

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.20

5 years ago

0.0.22

5 years ago

0.0.18

5 years ago

0.0.16

5 years ago

0.0.14

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago