UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

3 lines (2 loc) 104 B
export type Os = 'mac-os' | 'linux' | 'windows' | 'unknown'; export declare function getPlatform(): Os;