UNPKG

farmbot

Version:
7 lines (6 loc) 197 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.coordinate = coordinate; function coordinate(x, y, z) { return { kind: "coordinate", args: { x, y, z } }; }