Files
infocom-systems-design/node_modules/khroma/dist/utils/index.js
2025-10-03 22:27:28 +03:00

13 lines
206 B
JavaScript

/* IMPORT */
import channel from './channel.js';
import lang from './lang.js';
import unit from './unit.js';
/* MAIN */
const Utils = {
channel,
lang,
unit
};
/* EXPORT */
export default Utils;