UNPKG

ravendb

Version:
10 lines 389 B
import { SetupDocumentBase } from "../../SetupDocumentBase.js"; import { ObjectUtil } from "../../../Utility/ObjectUtil.js"; export class MoreLikeThisStopWords extends SetupDocumentBase { id; stopWords; toRemoteFieldNames() { return ObjectUtil.transformObjectKeys(this, { defaultTransform: ObjectUtil.pascal }); } } //# sourceMappingURL=MoreLikeThisStopWords.js.map