mono/packages/osrl/liquidjs/parser/match-operator.d.ts
2025-12-30 16:33:03 +01:00

3 lines
149 B
TypeScript

import { Trie } from '../util/operator-trie';
export declare function matchOperator(str: string, begin: number, trie: Trie, end?: number): number;