UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

7 lines 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.textWithTooltip = textWithTooltip; function textWithTooltip(text, tooltip) { return tooltip ? `<span title=${JSON.stringify(tooltip)}>${text}</span>` : text; } //# sourceMappingURL=html-hover-over.js.map