UNPKG

typechain

Version:

🔌 TypeScript bindings for Ethereum smartcontracts

8 lines (7 loc) • 249 B
import { CodegenConfig, PublicConfig } from './types'; interface Result { filesGenerated: number; } export declare const DEFAULT_FLAGS: CodegenConfig; export declare function runTypeChain(publicConfig: PublicConfig): Promise<Result>; export {};