@jsverse/transloco-keys-manager
Version:
Extract translatable keys from projects that uses Transloco
9 lines (8 loc) • 306 B
TypeScript
import { Scopes } from '../types';
type Options = {
input?: string[];
files?: string[];
};
export declare function updateScopesMap(options: Omit<Options, 'input'>): Scopes['aliasToScope'];
export declare function updateScopesMap(options: Omit<Options, 'files'>): Scopes['aliasToScope'];
export {};