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) 205 B
/** * Retrieves the current version of the package. * * @returns {string} The version of the package as defined in `package.json`. */ declare const getVersion: () => string; export default getVersion;