UNPKG

typechain

Version:

🔌 TypeScript bindings for Ethereum smartcontracts

4 lines (3 loc) • 213 B
import { Config, Services } from '../../typechain/types'; export type OutputTransformer = (output: string, services: Services, cfg: Config) => string; export declare const outputTransformers: OutputTransformer[];