1 2 3 4 5 6
function eachAxis(callback) { return [callback("x"), callback("y")]; } export { eachAxis }; //# sourceMappingURL=each-axis.mjs.map