UNPKG

lorem-ipsum

Version:

Generates passages of lorem ipsum text suitable for use as placeholder copy in web pages, graphics, and more. Works in the browser, NodeJS, and React Native.

5 lines (4 loc) 180 B
export declare const FORMAT_HTML = "html"; export declare const FORMAT_PLAIN = "plain"; export declare const FORMATS: string[]; export declare type LoremFormat = "plain" | "html";