https://github.com/shervinchen/csdutils
csdutils is a library to provide some frequent javascript methods.
https://github.com/shervinchen/csdutils
bower gulp javascript javascript-library javascript-tools umd
Last synced: about 2 months ago
JSON representation
csdutils is a library to provide some frequent javascript methods.
- Host: GitHub
- URL: https://github.com/shervinchen/csdutils
- Owner: shervinchen
- License: mit
- Created: 2018-03-03T07:48:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T06:21:50.000Z (almost 7 years ago)
- Last Synced: 2025-05-11T21:09:54.765Z (about 2 months ago)
- Topics: bower, gulp, javascript, javascript-library, javascript-tools, umd
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csdutils
> **csdutils** is a library to provide some frequent `javascript` methods.
[](https://travis-ci.org/csd758371536/csdutils) [](https://www.npmjs.com/package/csdutils) [](https://www.npmjs.com/package/csdutils) [](https://www.npmjs.com/package/csdutils)
# 1. Install
install with npm or bower.
> npm install csdutils --save-dev
> bower install csdutils --save
Then import it.
```js
var csdutils = require('csdutils');//or
import csdutils from 'csdutils';
```Or import it with tag.
```html
<script type="text/javascript" src="csdutils.min.js">
```Then use `csdutils` API.
```js
csdutils.checkUtils.isNumber(10); // true
```# 2. Test
> npm install
> npm test
# 3. LICENSE
MIT