UNPKG

ts-graphviz

Version:
8 lines (7 loc) 371 B
import { ModelsContext } from '@ts-graphviz/common'; import { ModelFactory } from './types.js'; export declare function ModelFactoryBuilder(this: ModelsContext, directed: boolean, strictMode: boolean): ModelFactory; export declare function createModelFactories(strict: boolean, context?: ModelsContext): Readonly<{ digraph: ModelFactory; graph: ModelFactory; }>;