fe-utils
v1.1.6
Published
collect all kinds of utility functions that are often used by us.
Downloads
65
Readme
fe-utils v1.0.0
Installation
In a browser:
<script src="fe-utils.js"></script>Using npm:
$ npm i -g npm
$ npm i --save fe-utilsUsage:
// Load the full build.
var feUtils = require('fe-utils')
// Load method categories.
var cookie = require('fe-utils/cookie')allMethods:
- NumberToChinese
- cookie
- date
- detectedInfos
- main
- preventViewScroll
- urlQuery
- toRoman
