UNPKG

@patchworkdev/common

Version:

Patchwork Development Kit

8 lines (7 loc) 215 B
import { ContractSchema } from "../contractSchema"; import { Generator } from "../generator"; export class ContractEndGen implements Generator { gen(schema: ContractSchema): string { return `}`; } }