Files
oh-my-opencode/dist/tools/background-task/truncate-text.d.ts
T

2 lines
79 B
TypeScript
Raw Normal View History

export declare function truncateText(text: string, maxLength: number): string;