@inglorious/utils
Version:
A set of general-purpose utility functions designed with functional programming principles in mind.
9 lines (7 loc) • 341 B
JavaScript
import * as algorithms from "./algorithms/index.js"
import * as dataStructures from "./data-structures/index.js"
import * as functions from "./functions/index.js"
import * as math from "./math/index.js"
import * as physics from "./physics/index.js"
export { algorithms, dataStructures, functions, math, physics }
export { v } from "./v.js"