Files
oh-my-opencode/dist/tools/background-task/truncate-text.d.ts
T
2026-03-14 04:56:50 +00:00

2 lines
79 B
TypeScript

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