UNPKG

@byloth/core

Version:

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

6 lines (4 loc) • 209 B
import CallableObject from "./callable-object.js"; import Publisher from "./publisher.js"; import SwitchableCallback from "./switchable-callback.js"; export { CallableObject, Publisher, SwitchableCallback };