UNPKG

@rstore/nuxt-drizzle

Version:
3 lines (2 loc) 156 B
import type { RstoreDrizzleCondition } from './utils/types.js'; export declare function filterWhere(item: any, condition: RstoreDrizzleCondition): boolean;