UNPKG
@rstore/nuxt-drizzle
Version:
latest (0.6.6)
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.2
Rstore + Nuxt + Drizzle
github.com/Akryum/rstore
Akryum/rstore
@rstore/nuxt-drizzle
/
dist
/
runtime
/
where.d.ts
3 lines
(2 loc)
•
156 B
TypeScript
View Raw
1
2
3
import
type
{
RstoreDrizzleCondition
}
from
'./utils/types.js'
;
export
declare
function
filterWhere
(
item
:
any
,
condition
:
RstoreDrizzleCondition
):
boolean
;