UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines 217 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.constant = constant; function constant(x) { return function () { return x; }; } //# sourceMappingURL=constant.js.map