Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 396 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 396 Bytes

Useless sort

A totally useless NodeJS sorting method.

Install

npm i git+https://github.com/madkarmaa/useless-sort.git

Usage

require('useless-sort');

// Extends Array.prototype with the uselessSort() method
console.log([1, 2, 3].uselessSort());
// Example output: [2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 1, 2, 1, 1, 2, 2, 2]

Contributing

Please don't contribute 💀