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.

9 lines (8 loc) 258 B
/** * Retrieves the current process platform. * * @returns {string} The process platform (e.g., "darwin", "win32", "linux"). * @throws {Error} If the platform cannot be determined. */ declare const getPlatform: () => string; export default getPlatform;