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) 326 B
/** * Retrieves the appropriate copy command for the specified platform. * * @param {string} platform - The process platform (e.g., "darwin", "win32", "linux"). * @returns {string} The copy command for the specified platform. */ declare const getCopyCommand: (platform?: string) => string; export default getCopyCommand;