@configurator/ravendb
Version:
RavenDB client for Node.js
9 lines (8 loc) • 350 B
TypeScript
import { QueryToken } from "./QueryToken";
import { StringBuilder } from "../../../Utility/StringBuilder";
export declare class CompareExchangeValueIncludesToken extends QueryToken {
private readonly _path;
private constructor();
static create(path: string): CompareExchangeValueIncludesToken;
writeTo(writer: StringBuilder): void;
}