UNPKG

@inlang/paraglide-js

Version:

[![NPM Downloads](https://img.shields.io/npm/dw/%40inlang%2Fparaglide-js?logo=npm&logoColor=red&label=npm%20downloads)](https://www.npmjs.com/package/@inlang/paraglide-js) [![GitHub Issues](https://img.shields.io/github/issues-closed/opral/paraglide-js?lo

14 lines 385 B
/** * Re: CUSTOMIZING THE REGISTRY * * We want to enable anyone (designer, developer, translator) to * specify options for functions. That requires design work in * the inlang SDK. * * For now, Paraglide ships a custom solution with INTL functions. */ /** * Creates the Registry file */ export declare function createRegistry(): string; //# sourceMappingURL=registry.d.ts.map