UNPKG

declarapi

Version:
4 lines (3 loc) 184 B
import { Output, CrudContract, Contract } from './types.js'; export declare const transform: (contract: CrudContract | Contract | object) => Promise<Output>; export default transform;