UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

9 lines (8 loc) 229 B
function isZeroQuery(obj) { if (!obj) return false; if (typeof obj !== "object") return false; if (!obj.ast || !obj.ast.table) return false; return true; } export { isZeroQuery }; //# sourceMappingURL=isZeroQuery.mjs.map