UNPKG

motion

Version:

motion - moving development forward

10 lines (9 loc) 153 B
'use strict'; module.exports = function toFastProperties(obj) { /*jshint -W027*/ function f() {} f.prototype = obj; new f(); return; eval(obj); };