UNPKG

@ztl-uwu/nuxt-content

Version:

Write your content inside your Nuxt app

7 lines (6 loc) 260 B
import type { QueryMatchOperator } from '@nuxt/content'; interface MatchFactoryOptions { operators?: Record<string, QueryMatchOperator>; } export declare function createMatch(opts?: MatchFactoryOptions): (item: any, conditions: any) => boolean; export {};