UNPKG

@wd006/js-function-library

Version:

A simple, modular, and reusable JavaScript function library providing common math, array, and utility functions.

5 lines (4 loc) 88 B
// src/math.js export * from './math.js'; // src/array.js export * from './array.js';