UNPKG

@patchworkdev/common

Version:

Patchwork Development Kit

8 lines (7 loc) 246 B
import { ContractSchema } from "./contractSchema"; import { Generator } from "./generator"; export declare class JSONSchemaGen implements Generator { gens: Map<string, Generator>; constructor(); gen(schema: ContractSchema): string; }