UNPKG

hexo-util

Version:

Utilities for Hexo.

6 lines (5 loc) 128 B
interface Options { width?: number; } declare function wordWrap(str: string, options?: Options): string; export = wordWrap;