/** * =============================================================================== * COMMON DESIGN PATTERNS * =============================================================================== * * Reusable pattern utilities to reduce boilerplate across the codebase. * * =============================================================================== */ export { createSingleton, createAsyncSingleton, createConfigurableSingleton, } from './singleton.js'; //# sourceMappingURL=index.d.ts.map