UNPKG

@sentzunhat/zacatl

Version:

A modular, high-performance TypeScript microservice framework for Node.js, featuring layered architecture, dependency injection, and robust validation for building scalable APIs and distributed systems.

5 lines 399 B
import type { I18nStaticCatalogType, LoadStaticCatalogInput, MergeStaticCatalogsInput } from './types'; export declare const loadStaticCatalog: (input: LoadStaticCatalogInput) => I18nStaticCatalogType; export declare const resolveBuiltInLocalesDir: () => string; export declare const mergeStaticCatalogs: (input: MergeStaticCatalogsInput) => I18nStaticCatalogType; //# sourceMappingURL=core.d.ts.map