UNPKG

lorem-ipsum

Version:

Generates passages of lorem ipsum text suitable for use as placeholder copy in web pages, graphics, and more. Works in the browser, NodeJS, and React Native.

5 lines (4 loc) 99 B
declare module "nock-exec" { function nockExec(command: string): any; export = nockExec; }