UNPKG

sorting-algorithms-lib

Version:

sorting-algorithms-lib is a lightweight JavaScript library that provides efficient implementations of various sorting algorithms. Whether you're learning algorithms, benchmarking performance, or building a project that requires sorting, this library has y

5 lines (4 loc) 82 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', };