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.

7 lines (6 loc) 205 B
/** * @param platform The process platform. * @returns The copy command for the process platform. */ declare const getCopyCommand: (platform?: string) => string; export default getCopyCommand;