UNPKG
1e14
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
Minimal API for building function graphs
github.com/1e14/1e14
1e14/1e14
1e14
/
dist
/
types
/
Outputs.d.ts
5 lines
(4 loc)
•
107 B
TypeScript
View Raw
1
2
3
4
5
import
{
InPort
}
from
"./InPort"
;
export
declare
type
Outputs
<O> = { [K
in
keyof O]:
InPort
<O[K]>; };