forked from baron/baron-sso
12 lines
239 B
TypeScript
12 lines
239 B
TypeScript
export { createTomlTranslator } from "./loader";
|
|
export {
|
|
DEFAULT_LOCALE,
|
|
LOCALE_STORAGE_KEY,
|
|
type Locale,
|
|
SUPPORTED_LOCALES,
|
|
type TomlObject,
|
|
type TomlValue,
|
|
type TranslatorInput,
|
|
type TranslatorOptions,
|
|
} from "./types";
|