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.
lion 7b9aeb1016
地图 扣分选择
3 years ago
..
.gitattributes 地图 点位签到 3 years ago
.jshintrc 地图 点位签到 3 years ago
.npmignore 地图 点位签到 3 years ago
.verbrc.md 地图 点位签到 3 years ago
LICENSE-MIT 地图 点位签到 3 years ago
README.md 地图 点位签到 3 years ago
index.js 地图 点位签到 3 years ago
package.json 地图 扣分选择 3 years ago
test.js 地图 点位签到 3 years ago

README.md

sort-asc NPM version

Sort array elements in ascending order.

Install

Install with npm

npm i sort-asc --save

Usage

var sortAsc = require('sort-asc');
console.log((['a', 'b', 'c', 'd']).sort(sortAsc));
//=> ['d', 'c', 'b', 'a']

Author

Jon Schlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license


This file was generated by verb-cli on August 15, 2014.