UNPKG

mongodb-rag-core

Version:

Common elements used by MongoDB Chatbot Framework components.

7 lines 343 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertKIsValid = void 0; const assert_1 = require("assert"); const assertKIsValid = (k) => (0, assert_1.strict)(k > 0 && Number.isInteger(k), "k must be a positive integer"); exports.assertKIsValid = assertKIsValid; //# sourceMappingURL=assertKIsValid.js.map