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.

6 lines (5 loc) 114 B
/** * @returns True if process is windows. */ declare const isWindows: () => boolean; export default isWindows;