UNPKG

433 BMarkdownView Raw
1---
2tags: ['verb-tag-jscomments']
3---
4# {%= name %} {%= badge("fury") %}
5
6> {%= description %}
7
8## Install
9{%= include("install") %}
10
11## Run tests
12
13```bash
14npm test
15```
16
17## Usage
18
19```js
20var isNumber = require('{%= name %}');
21console.log(isNumber('abc'));
22//=> ['a', 'b', 'c'];
23```
24
25## API
26{%= jscomments("index.js") %}
27
28## Author
29{%= include("author") %}
30
31## License
32{%= copyright() %}
33{%= license() %}
34
35***
36
37{%= include("footer") %}
\No newline at end of file