ottoman
Version:
Ottoman Couchbase ODM
11 lines • 382 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isMetadataKey = void 0;
/**
* Check if key is metadata.
* @param key
*/
const constants_1 = require("./constants");
const isMetadataKey = (key) => key === constants_1.DEFAULT_ID_KEY || key === constants_1.MODEL_KEY;
exports.isMetadataKey = isMetadataKey;
//# sourceMappingURL=is-metadata.js.map