You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
365 B
25 lines
365 B
# {%= name %} {%= badge("fury") %}
|
|
|
|
> {%= description %}
|
|
|
|
## Install
|
|
{%= include("install-npm", {save: true}) %}
|
|
|
|
## Usage
|
|
|
|
```js
|
|
var sortDesc = require('{%= name %}');
|
|
console.log((['d', 'c', 'b', 'a']).sort(sortDesc));
|
|
//=> ['a', 'b', 'c', 'd']
|
|
```
|
|
|
|
## Author
|
|
{%= include("author") %}
|
|
|
|
## License
|
|
{%= copyright() %}
|
|
{%= license() %}
|
|
|
|
***
|
|
|
|
{%= include("footer") %} |