UNPKG

@frontitude/cli

Version:

The Frontitude CLI enables product teams to integrate their code with Frontitude (frontitude.com), thus creating a single source of truth for their product copy, from design to development.

8 lines (7 loc) 335 B
export declare function pullProjectsTexts(data: any): Promise<any>; export declare function mapPageNamesToIds(projectIds: string[], pageNames: string[]): Promise<{ [key: string]: string[]; }>; export declare function mapFrameNamesToIds(projectIds: string[], frameNames: string[]): Promise<{ [key: string]: string[]; }>;