UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

6 lines (5 loc) 222 B
export declare function optimizeRobotContent({ content, maxLen, concatFn, }: { content?: string | undefined; maxLen?: number | undefined; concatFn?: ((more: number | string) => string) | undefined; }): string;