UNPKG

declarapi

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