UNPKG

@patchworkdev/common

Version:

Patchwork Development Kit

6 lines (5 loc) 194 B
import { ContractSchema } from "../contractSchema"; import { Generator } from "../generator"; export declare class PatchFuncGen implements Generator { gen(schema: ContractSchema): string; }