UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

7 lines (6 loc) 177 B
import type { Token } from "../types.js"; export declare function scanOperator(source: string, start: number): { type: Token["type"]; value: string; end: number; };