UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

8 lines 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isRString = isRString; const type_1 = require("../type"); function isRString(node) { return node?.type === type_1.RType.String; } //# sourceMappingURL=r-string.js.map