wordWrap.d.ts 83 B

123
  1. declare function wordWrap(txt: string, width: number): string;
  2. export = wordWrap;