UNPKG
protofree
Version:
latest (1.0.0)
1.0.0
Disable the __proto__ property for better security
github.com/kanongil/protofree
kanongil/protofree
protofree
/
lib
/
desc.js
4 lines
(2 loc)
•
96 B
JavaScript
View Raw
1
2
3
4
'use strict'
;
module
.
exports
=
Object
.
getOwnPropertyDescriptor
(
Object
.
prototype
,
'__proto__'
);