UNPKG

@hlang-org/runtime

Version:

A FBP-Inspired language for universal applications.

6 lines (5 loc) 194 B
import { IPortDesc } from '../type'; import Node from '../node'; import Graph from './graph'; declare const build: (G: Graph<IPortDesc, Node>) => (_rootNode: any) => void; export default build;