npm.io
2.2.1 • Published 11 months ago

atom-sorter

Licence
MIT
Version
2.2.1
Deps
0
Size
87 kB
Vulns
0
Weekly
0
Stars
9

atom-sorter

NPM version npm download

Installation

$ npm install --save atom-sorter

Usage

import { atomSorter } from 'atom-sorter';

['C', 'O', 'N', 'H'].sort(atomSorter);
// result is : ['C', 'H', 'N', 'O']

License

MIT