UNPKG

declarapi

Version:
5 lines (4 loc) 238 B
import { OutputSuccess } from '../transform/types.js'; export declare const capitalize: (s: string) => string; export declare const name: (x: OutputSuccess) => string; export declare const typeDef: (contracts: OutputSuccess[]) => string;