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(p) { return p[0]; } function y(p) { return p[1]; }