UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

5 lines (4 loc) 265 B
import type { NormalizerData } from '../../normalizer-data'; import type { RBreak } from '../../../../model/nodes/r-break'; import type { JsonEntry } from '../../../json/format'; export declare function normalizeBreak(data: NormalizerData, obj: JsonEntry): RBreak;