UNPKG

@jsverse/transloco-keys-manager

Version:

Extract translatable keys from projects that uses Transloco

12 lines (11 loc) 340 B
export declare function addScope(scope: string, alias: string): void; export declare function getScopes(): { scopeToAlias: { [scope: string]: string; }; aliasToScope: { [scopeAlias: string]: string; }; }; export declare function hasScope(scope: string): boolean; export declare function resetScopes(): void;