0.1.1 • Published 4 years ago

@baburikon/algorithms v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Algorithms contemporary JS

Quickstart

npm i @baburikon/algorithms

babel.config.js

module.exports = {
  ignore: [/node_modules\/(?!@baburikon\/algorithms)/]
};

yourFile.js

import { sortQuick } from "@baburikon/algorithms";
const arr = [1, 3, 2];
sortQuick(arr);
console.log(arr);

sic!

node_modules/.bin/babel-node --ignore no yourFile.js
0.1.1

4 years ago

0.1.0

4 years ago