bogobogosort ============ HINT: THIS ALGORITHM IS NOT THAT PERFORMANT. TO BE CLEARER, IT SUCKS. > The fastest sorting algorithm ever, now available in JavaScript. This is an implemention of Bogobogo Sorting Algorithm in TypeScript with no dependencies. For development, use Node.js v20, newer or maintaining LTS versions. This package uses tsup for bundling. * Usage Provides ESM and CJS format, targeting ES2019. You can simply do: import { sort } from 'bogobogosort' to import as a ES module, and const { sort } = require('bogobogosort') to import as a CommonJS module. * License (C) 2024, Connor Kuo, licensed under MIT. *** 21 NOV 2024