UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

5 lines (4 loc) 215 B
import Protocol from '../protocols/index.js'; export declare const validateManifest: (value: any, type: any, schema: any, protocol: Protocol, { resolveFile }: { resolveFile: (path: string) => string; }) => any;