UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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