UNPKG

@patchworkdev/common

Version:

Patchwork Development Kit

6 lines (5 loc) 199 B
import type { ContractSchema } from "./contractSchema"; export interface Generator { gen(schema: ContractSchema): string; } export declare function ind(numOfSpaces: number, str: string): string;