summaryrefslogtreecommitdiffstats
path: root/node_modules/mongoose/lib/options/propertyOptions.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mongoose/lib/options/propertyOptions.js')
-rw-r--r--node_modules/mongoose/lib/options/propertyOptions.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/mongoose/lib/options/propertyOptions.js b/node_modules/mongoose/lib/options/propertyOptions.js
new file mode 100644
index 0000000..b7488a3
--- /dev/null
+++ b/node_modules/mongoose/lib/options/propertyOptions.js
@@ -0,0 +1,8 @@
+'use strict';
+
+module.exports = Object.freeze({
+ enumerable: true,
+ configurable: true,
+ writable: true,
+ value: void 0
+}); \ No newline at end of file