diff options
Diffstat (limited to 'node_modules/mongoose/lib/options/propertyOptions.js')
-rw-r--r-- | node_modules/mongoose/lib/options/propertyOptions.js | 8 |
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 |