UNPKG

one

Version:

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

8 lines (7 loc) 200 B
// TODO more legit export function isZeroQuery(obj: any): boolean { if (!obj) return false if (typeof obj !== 'object') return false if (!obj.ast || !obj.ast.table) return false return true }