UNPKG

@jsonjoy.com/util

Version:
5 lines 172 B
export interface WrapOptions { width?: number; } export declare const wordWrap: (str: string, options?: WrapOptions) => string[]; //# sourceMappingURL=wordWrap.d.ts.map