UNPKG

@yoot/yoot

Version:

The core library for yoot, providing a CDN-agnostic, chainable API for image URL transformations and adapter integration.

17 lines (16 loc) 278 B
let e = {}; const g = { get: () => ({ ...e }), set: (t) => { e = { ...t }; }, merge: (t) => { e = { ...e, ...t }; } }, n = g.set, o = g.merge, s = g.get; export { s as _getConfig, n as defineConfig, o as mergeConfig }; //# sourceMappingURL=config.js.map