summaryrefslogtreecommitdiffstats
path: root/node_modules/mongoose/lib/helpers/specialProperties.js
blob: 1e1aca50a23bc0e524786892762d7e7ca30fbee7 (plain) (blame)
1
2
3
'use strict';

module.exports = new Set(['__proto__', 'constructor', 'prototype']);