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.

5 lines (3 loc) 210 B
import { isNode, isReactNative, isWindows } from './env'; import { capitalize, rangeArray, fillArrayWith } from './strings'; export { capitalize, isNode, isReactNative, isWindows, rangeArray, fillArrayWith };