UNPKG

1e14

Version:

Minimal API for building function graphs

5 lines (4 loc) 107 B
import { InPort } from "./InPort"; export declare type Outputs<O> = { [K in keyof O]: InPort<O[K]>; };