wuchale
Version:
Protobuf-like i18n from normal code
6 lines • 373 B
TypeScript
import { Runtime } from "../runtime.js";
import type { LoaderFunc } from "./index.js";
export type RuntimesByID = Record<string, Runtime>;
/** No-side effect way to load catalogs. Can be used for multiple file IDs. */
export declare function loadCatalogs(locale: string, loadIDs: string[], loadCatalog: LoaderFunc): Promise<RuntimesByID>;
//# sourceMappingURL=pure.d.ts.map