Anki/ts/lib/i18n/index.ts
2021-10-03 22:59:39 +02:00

3 lines
100 B
TypeScript

export * from "./utils";
export * as tr from "./translate";
export { ModuleName } from "./modules";