UNPKG

amido-profile-service

Version:

Amido Profile Service JavaScript SDK

12 lines (11 loc) 372 B
//ie9 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/create#Polyfill module.exports = Object.create || (function(){ function F(){} return function(o){ if (arguments.length != 1) { throw new Error('Object.create implementation only accepts one parameter.'); } F.prototype = o; return new F(); }; })();