UNPKG

netlify

Version:

Netlify command line tool

8 lines 538 B
export declare const truncateText: (text: string, maxLength: number) => string; export declare const formatDate: (dateString: string) => string; export declare const formatDuration: (startTime: string, endTime?: string) => string; export declare const formatStatus: (status: string) => string; export declare const validatePrompt: (input: string) => boolean | string; export declare const validateAgent: (agent: string) => boolean | string; export declare const getAgentName: (agent: string) => string; //# sourceMappingURL=utils.d.ts.map