UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

2 lines (1 loc) 92 B
export declare function retryWithPrompt<T>(func: () => Promise<T>): Promise<T | undefined>;