UNPKG

@grandlinex/bundle-multilang

Version:
8 lines (7 loc) 261 B
import GLang from './class/GLang.js'; import LangClient from './client/LangClient.js'; import LangModule from './LangModule.js'; export * from './lib/index.js'; export * from './db/index.js'; export { GLang, LangModule, LangClient }; export default LangModule;