UNPKG

@onesy/utils

Version:
3 lines (2 loc) 111 B
declare const truncate: (text: string, maxLength?: number, sufix?: string) => string; export default truncate;