UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

9 lines (8 loc) 135 B
'use strict'; module.exports = function toFastProperties(obj) { function f() {} f.prototype = obj; new f(); return; eval(obj); };