UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

6 lines (5 loc) 162 B
export type Os = 'mac-os' | 'linux' | 'windows' | 'unknown'; /** * Returns the current operating system platform. */ export declare function getPlatform(): Os;