UNPKG

@types/cli-color

Version:
6 lines (5 loc) 170 B
/** * Slice provided string with preservation of eventual ANSI formatting */ declare function slice(str: string, begin?: number, end?: number): string; export = slice;