UNPKG

@byloth/core

Version:

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

12 lines (9 loc) • 477 B
import Curve from "./curve.js"; import 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, hash, sum } from "./math.js"; export { capitalize } from "./string.js"; export { Curve, Random };