13 lines
206 B
JavaScript
Raw Normal View History

2026-05-31 13:21:13 +02:00
/* 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;