x-js-kit

4.37.1 • Public • Published

Introduction

This is a common JavaScript tool library, which contains a lot of public methods, it can save you from repeating trivia, and most of its methods support Node.js and browser environment, I hope you will like it!

Principle

The library doesn't contains very ordinary common methods.

So you can use lodash,moment,jQuery,underscore and more with the library.

Run

npm run dev//To build files in development environment
npm run dist//To build files in production environment
npm run test//To run unit test

Usage

npm install --save x-js-kit
//Import the whole module
//Or import "x-js-kit/dist/index.polyfill" with polyfill
import JsKit from "x-js-kit"
...your code...
//Import part of module (recommended)
import stopWatch from "x-js-kit/lib/timer/stopWatch"
...your code...

Notice

  • To ensure that the commit log format is consistent, please use npm run ct to commit the code

Change log

CHANGELOG.md

Package Sidebar

Install

npm i x-js-kit

Weekly Downloads

40

Version

4.37.1

License

GPL-3.0

Unpacked Size

1.81 MB

Total Files

295

Last publish

Collaborators

  • xucongli1989