UNPKG

@m3rashid/dsa-js

Version:

A data-structures and algorithms library for node and browser written in typescript. Inspired from C++ standard library

7 lines (6 loc) 231 B
"use strict"; // this folder contains the algorithms Object.defineProperty(exports, "__esModule", { value: true }); // export all the contents of the algorithms folder from here const algorithms = {}; exports.default = algorithms;