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.

5 lines (4 loc) 269 B
export declare const init: (userId?: string) => void; export declare const info: (message: string, data?: {}) => void; export declare const error: (error: Error, extra?: {}) => void; export declare const flush: (timeoutInMilliseconds?: number) => Promise<boolean>;