UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

12 lines (11 loc) 287 B
declare const _default: { name: string; predicate: ({ sourceDir, manifestFile }: { sourceDir: string; manifestFile: string; }) => Promise<any>; apply: ({ manifestFile }: { manifestFile: string; }) => Promise<void>; }; export default _default;