summaryrefslogtreecommitdiffstats
path: root/node_modules/mongoose/lib/schema/symbols.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mongoose/lib/schema/symbols.js')
-rw-r--r--node_modules/mongoose/lib/schema/symbols.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/mongoose/lib/schema/symbols.js b/node_modules/mongoose/lib/schema/symbols.js
new file mode 100644
index 0000000..08d1d27
--- /dev/null
+++ b/node_modules/mongoose/lib/schema/symbols.js
@@ -0,0 +1,5 @@
+'use strict';
+
+exports.schemaMixedSymbol = Symbol.for('mongoose:schema_mixed');
+
+exports.builtInMiddleware = Symbol.for('mongoose:built-in-middleware'); \ No newline at end of file