UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

2 lines 130 B
export const isPoint = (v, type = typeof v) => v && type === "object" && "x" in v && "y" in v; //# sourceMappingURL=isPoint.js.map