/** * Utility provided by the library, used in many scenarios that often comes in handy * for modcharting, analysis, etc. * * @module */ export * from './colors/mod.js'; export * from './math/mod.js'; export * from './misc/mod.js'; //# sourceMappingURL=mod.d.ts.map