one
Version:
One is a new React Framework that makes Vite serve both native and web.
11 lines (9 loc) • 360 B
JavaScript
function _type_of(obj) {
"@swc/helpers - typeof";
return obj && typeof Symbol < "u" && obj.constructor === Symbol ? "symbol" : typeof obj;
}
function isZeroQuery(obj) {
return !(!obj || (typeof obj > "u" ? "undefined" : _type_of(obj)) !== "object" || !obj.ast || !obj.ast.table);
}
export { isZeroQuery };
//# sourceMappingURL=isZeroQuery.native.js.map