UNPKG

athro

Version:

A datastructures and algorithms library for TS/JS

7 lines (6 loc) 114 B
/* MIT License Copyright (c) 2023 Arneesh Aima */ export * from './datastructures'; export * from './algorithms';