UNPKG

fast-word-wrap

Version:

a fast and simple node.js package for getting a paragraph wrapped at a fixed line length

3 lines (2 loc) 68 B
export = wrap; declare function wrap(s: string, b: number): string;