0.1.8 • Published 4 years ago

j4tools v0.1.8

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

j4tools

CI

A modern JavaScript utility library delivering modularity, performance & extras.

Business tools Docs

Using npm:

$ npm install j4tools --save

# or
$ yarn add j4tools

In a browser:

import { cloneDeep } from 'j4tools';

cloneDeep([1, 2, 3]);

// [1, 2, 3]

// or

// <script src="j4tools.js"></script>

j4tools.cloneDeep([1, 2, 3]);

In Node.js:

const j4tools = require('j4tools');

j4tools.cloneDeep([1, 2, 3]);

Support

IE / EdgeFirefoxChromeSafariOperaElectron
IE/Edge (polyfills)last 2 versionslast 2 versionslast 2 versionslast 2 versionslast 2 versions

learn more

Docs

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.2

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