UNPKG

@byloth/core

Version:

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

4 lines (3 loc) • 156 B
export { default as Clock } from "./clock.js"; export { default as Countdown } from "./countdown.js"; export { default as GameLoop } from "./game-loop.js";