UNPKG

uupaa.help.js

Version:
24 lines (15 loc) 607 B
# Help.js [![Build Status](https://travis-ci.org/uupaa/Help.js.png)](http://travis-ci.org/uupaa/Help.js) [![npm](https://nodei.co/npm/uupaa.help.js.png?downloads=true&stars=true)](https://nodei.co/npm/uupaa.help.js/) Online reference. ## Document - [Help.js wiki](https://github.com/uupaa/Help.js/wiki/Help) - [Development](https://github.com/uupaa/WebModule/wiki/Development) - [WebModule](https://github.com/uupaa/WebModule) ([Slide](http://uupaa.github.io/Slide/slide/WebModule/index.html)) ## How to use ### Browser ```js <script src="lib/Help.js"> <script> Help("Array.isArray"); </script> ```