UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS and CSS.

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); };