UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

6 lines (5 loc) 164 B
export declare const source: ({ spkgPath, spkgModule }: { spkgPath?: string; spkgModule?: string; }) => string; export declare const mapping: () => string;