UNPKG

@configurator/ravendb

Version:
7 lines (6 loc) 210 B
import { QueryToken } from "./QueryToken"; export declare class IntersectMarkerToken extends QueryToken { private constructor(); static INSTANCE: IntersectMarkerToken; writeTo(writer: any): void; }