UNPKG

slither

Version:

Quick testing for short scripts

5 lines (4 loc) 100 B
declare module "cli-truncate" { const ct : (str: string, width: number) => string; export = ct; }