0.0.2 • Published 6 years ago

jxm-util v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

util

NPM version Build Status Coverage Status License NPM bundle size (minified) NPM bundle size (minified + gzip)

中文 | English

This is a modern JavaScript utility library, running on Node.js and in the modern browser, provide feature-rich util function, making coding simple and fun.

Installation

In a browser:

  <script src="util.min.js"></script>

Using npm:

  npm i --save jxm-util

Get Started

In Node.js:

  // reference
  const jxmUtil = require('jxm-util');

  // convert to number
  jxmUtil.toNumber(3); // => 3
  jxmUtil.toNumber('3'); // => 3
  jxmUtil.toNumber('3a'); // => throw error
  jxmUtil.toNumber(''); // => throw error

Documentation

API Docs, please open here.

Community

If you have any question, please open an issue here.

Changelog

If you see all changes, please open here

License

MIT License

0.0.2

6 years ago

0.0.1

6 years ago