UNPKG

graphql-code-generator

Version:

<p align="center"> <img src="https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true" /> </p>

10 lines (7 loc) 224 B
declare function isValidPath(path: string): boolean; declare module 'is-valid-path' { export = isValidPath; } declare module 'listr-update-renderer'; declare module 'indent-string'; declare module 'json-to-pretty-yaml';