0.0.6 • Published 4 years ago

@pelevesque/sort-string v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Build Status Coverage Status JavaScript Style Guide

sort-string

Sorts a string alphanumerically.

Node Repository

https://www.npmjs.com/package/@pelevesque/sort-string

Installation

npm install @pelevesque/sort-string

Tests

CommandDescription
npm test or npm run testAll Tests Below
npm run coverStandard Style
npm run standardCoverage
npm run unitUnit Tests

Usage

const sortString = require('@pelevesque/sort-string')
const str = '321bca321'
const result = sortString(str)
// result === '112233abc'
0.0.6

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago