Files
med-notes/.pnpm-store/v10/files/5c/d7e27d42f06f99451e99d356ab8fbcd5608113b1c5b10e1b45148bafb350a4f2c1a77463c5f1a3d04503a5ada33a42d56d55832aba0fd7a6a24677b3c75150
2025-05-09 05:30:08 +02:00

14 lines
388 B
Plaintext

"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
function notFound(options = {}) {
options.isNotFound = true;
if (options.throw) throw options;
return options;
}
function isNotFound(obj) {
return !!(obj == null ? void 0 : obj.isNotFound);
}
exports.isNotFound = isNotFound;
exports.notFound = notFound;
//# sourceMappingURL=not-found.cjs.map