UNPKG

vegan-ipsum

Version:

Generates passages of vegan-themed placeholder text suitable for use in web pages, graphics, and more. Works in the browser, NodeJS, and React Native.

8 lines (7 loc) 235 B
/** * Determines if the current runtime environment is Windows. * * @returns {boolean} `true` if the process is running on a Windows platform, otherwise `false`. */ declare const isWindows: () => boolean; export default isWindows;