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!


Keywords
javascript, toolkit, js, helper, library, javascript-library
License
GPL-3.0
Install
npm install x-js-kit@4.37.1

Documentation

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