Files
oh-my-opencode/dist/shared/truncate-description.d.ts
T

2 lines
94 B
TypeScript
Raw Normal View History

export declare function truncateDescription(description: string, maxLength?: number): string;