UNPKG

sikits

Version:

A powerful and comprehensive utility library for JavaScript and TypeScript with 100+ functions for strings, numbers, arrays, and objects

2 lines (1 loc) 89 B
export declare const truncate: (str: string, length: number, suffix?: string) => string;