UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

8 lines 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSpecialSymbol = isSpecialSymbol; const convert_values_1 = require("../../../convert-values"); function isSpecialSymbol(symbol) { return symbol.content === convert_values_1.RNull || symbol.content === convert_values_1.RNa; } //# sourceMappingURL=r-symbol.js.map