mirror of
https://github.com/ankitects/anki.git
synced 2025-12-21 19:02:57 -05:00
3 lines
100 B
TypeScript
3 lines
100 B
TypeScript
export * from "./utils";
|
|
export * as tr from "./translate";
|
|
export { ModuleName } from "./modules";
|