/** * ESM core bundle with chat pre-registered — bundler equivalent of `array.chat.js`. */ import "./chat"; import vt from "./module.es"; export * from "./module.es"; export default vt;