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) 178 B
declare class ProcessHelper { cachedPlatform: string; constructor(); resetPlatform(): void; setPlatform(platform?: string): void; } export default ProcessHelper;