UNPKG

@letanure/resend-cli

Version:

A command-line interface for Resend email API

9 lines 432 B
/** * Clips long content for display in tables * @param value - The value to potentially clip * @param fieldName - The field name to determine if it should be clipped * @param maxLength - Maximum length before clipping (default: 50) * @returns Clipped string with ellipsis if needed */ export declare function clipContent(value: string, fieldName: string, maxLength?: number): string; //# sourceMappingURL=clipContent.d.ts.map