UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

5 lines (4 loc) 218 B
export declare const validateSubgraphName: (name: string, { allowSimpleName }: { allowSimpleName?: boolean | undefined; }) => string | undefined; export declare const getSubgraphBasename: (name: string) => string;