UNPKG

@byloth/core

Version:

An unopinionated collection of useful functions and classes that I use widely in all my projects. 🔧

10 lines (8 loc) • 487 B
export { default as Curve } from "./curve.js"; export { default as Random } from "./random.js"; export { delay, nextAnimationFrame, yieldToEventLoop } from "./async.js"; export { dateDifference, dateRange, dateRound, getWeek, TimeUnit, WeekDay } from "./date.js"; export { loadScript } from "./dom.js"; export { chain, count, enumerate, range, shuffle, unique, zip } from "./iterator.js"; export { average, clamp, hash, sum } from "./math.js"; export { capitalize } from "./string.js";