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.

3 lines 250 B
export { configureI18nNode, loadCatalog, resolveBuiltInLocalesDir, mergeCatalogs, } from './i18n-node'; export type { I18nCatalogType, ConfigureI18nInput, LoadCatalogInput, MergeCatalogsInput, } from './i18n-node'; //# sourceMappingURL=index.d.ts.map