UNPKG

ravendb

Version:
7 lines 236 B
import { QueryToken } from "./QueryToken.js"; export declare class NegateToken extends QueryToken { private constructor(); static INSTANCE: NegateToken; writeTo(writer: any): void; } //# sourceMappingURL=NegateToken.d.ts.map