UNPKG

meilisearch-filters

Version:
3 lines (2 loc) 109 B
import type { Stringable } from './expression.ts'; export declare const escape: (str: Stringable) => string;