UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

4 lines (3 loc) 217 B
import type { DataflowGraph } from '../../dataflow/graph/graph'; /** Returns the size of the given df graph in bytes (without sharing in-memory) */ export declare function getSizeOfDfGraph(df: DataflowGraph): number;