UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Pow = void 0; const scale_1 = require("@antv/scale"); const Pow = (options) => { return new scale_1.Pow(options); }; exports.Pow = Pow; exports.Pow.props = {}; //# sourceMappingURL=pow.js.map