UNPKG

@dash0hq/codemirror-promql

Version:
8 lines (7 loc) 177 B
export declare class Matcher { type: number; name: string; value: string; constructor(type: number, name: string, value: string); matchesEmpty(): boolean; }