fullstackopen-notes/parts/3/followAlong/node_modules/mongoose/lib/helpers/specialProperties.js

4 lines
84 B
JavaScript
Raw Normal View History

2025-06-01 23:23:55 +02:00
'use strict';
module.exports = new Set(['__proto__', 'constructor', 'prototype']);