export const zeroPoint = { x: 0, y: 0, z: 0 }; export const isNum = (v) => typeof v === 'number'; //# sourceMappingURL=inc.js.map