ravendb
Version:
RavenDB client for Node.js
9 lines • 371 B
TypeScript
import { IndexType } from "./Enums.js";
export declare class IndexTypeExtensions {
static isMap(type: IndexType): boolean;
static isMapReduce(type: IndexType): boolean;
static isAuto(type: IndexType): boolean;
static isStatic(type: IndexType): boolean;
static isJavaScript(type: IndexType): boolean;
}
//# sourceMappingURL=IndexTypeExtensions.d.ts.map