Module: util/makeGraph
Type aliases
FactoryMap
Ƭ FactoryMap<T
>: { [P in keyof T]: Function }
Type parameters
Name |
---|
T |
Defined in
util/makeGraph.ts:3
Functions
makeGraph
▸ makeGraph<GraphType
>(factoryMap
): GraphType
Type parameters
Name | Type |
---|---|
GraphType | extends object |
Parameters
Name | Type |
---|---|
factoryMap | FactoryMap <GraphType > |
Returns
GraphType
Defined in
util/makeGraph.ts:39