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.

3 lines (2 loc) 146 B
export default function fetch(url: string, params: any): any; export declare function fetchPolling(url: string, params: any): Promise<unknown>;