UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

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