UNPKG

fast-word-wrap

Version:

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

5 lines (3 loc) 133 B
import {expectType} from 'tsd'; import wrap from '.'; expectType<string>(wrap("The quick brown fox jumps over the lazy dog.", 10));