UNPKG

victory-vendor

Version:
13 lines (12 loc) 175 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.x = x; exports.y = y; function x(d) { return d[0]; } function y(d) { return d[1]; }