UNPKG

@patchworkdev/common

Version:

Patchwork Development Kit

9 lines (8 loc) 307 B
import { ContractSchema } from "../contractSchema"; import { Generator } from "../generator"; import { Feature } from "../../types"; export declare class HeaderGen implements Generator { gen(schema: ContractSchema): string; colophon(): string[]; getBaseImports(features: Feature[]): string[]; }