sort-asc

WebJar for sort-asc

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

sort-asc
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

sort-asc
WebJar for sort-asc
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jonschlinkert/sort-asc

Download sort-asc

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/sort-asc/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>sort-asc</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/sort-asc/
implementation 'org.webjars.npm:sort-asc:0.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/sort-asc/
implementation ("org.webjars.npm:sort-asc:0.1.0")
'org.webjars.npm:sort-asc:jar:0.1.0'
<dependency org="org.webjars.npm" name="sort-asc" rev="0.1.0">
  <artifact name="sort-asc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='sort-asc', version='0.1.0')
)
libraryDependencies += "org.webjars.npm" % "sort-asc" % "0.1.0"
[org.webjars.npm/sort-asc "0.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

sort-asc NPM version Build Status

Sort array elements in ascending order.

Install

Install with npm

$ npm i sort-asc --save

Usage

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

Related projects

Running tests

Install dev dependencies:

$ npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Jon Schlinkert

License

Copyright © 2015 Jon Schlinkert Released under the MIT license.


This file was generated by verb-cli on July 17, 2015.

Versions

Version
0.1.0