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.

11 lines (8 loc) 258 B
import { version } from "../../../package.json"; /** * Retrieves the current version of the package. * * @returns {string} The version of the package as defined in `package.json`. */ const getVersion = (): string => version; export default getVersion;