DEBSOURCES
Skip Quicknav
sources / node-rewire / 6.0.0-3 / testLib / sealedObject.js
1234
var obj = {}; Object.seal(obj); module.exports = obj;