ottoman
Version:
Ottoman Couchbase ODM
10 lines • 439 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isDocumentNotFoundError = void 0;
const couchbase_1 = require("couchbase");
/**
* Return a boolean value if an exception is DocumentNotFoundError.
*/
const isDocumentNotFoundError = (exception) => exception instanceof couchbase_1.DocumentNotFoundError;
exports.isDocumentNotFoundError = isDocumentNotFoundError;
//# sourceMappingURL=is-not-found.js.map