UNPKG

@patchworkdev/common

Version:

Patchwork Development Kit

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