UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

10 lines 353 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.flowrVersion = flowrVersion; const semver_1 = require("semver"); // this is automatically replaced with the current version by release-it const version = '2.2.15'; function flowrVersion() { return new semver_1.SemVer(version); } //# sourceMappingURL=version.js.map