UNPKG

@eagleoutice/flowr-dev

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

8 lines 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bigint2number = bigint2number; function bigint2number(a) { // we have to remove the trailing `n` return Number(String(a).slice(0, -1)); } //# sourceMappingURL=numbers.js.map