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