mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
react app
This commit is contained in:
8
react-app/node_modules/to-fast-properties/index.js
generated
vendored
Normal file
8
react-app/node_modules/to-fast-properties/index.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
module.exports = function toFastProperties(obj) {
|
||||
function f() {}
|
||||
f.prototype = obj;
|
||||
new f();
|
||||
return;
|
||||
eval(obj);
|
||||
};
|
Reference in New Issue
Block a user