@porsche-design-system/components-angular
Version:
Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.
13 lines (8 loc) • 340 B
JavaScript
var jsdomPolyfill = require('@porsche-design-system/components-js/jsdom-polyfill');
Object.keys(jsdomPolyfill).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return jsdomPolyfill[k]; }
});
});
;