@inlang/paraglide-js
Version:
[](https://inlang.com)
14 lines • 385 B
TypeScript
/**
* 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