UNPKG

@talentsoft-opensource/uxp-themes

Version:

Talentsoft UX themes

14 lines (13 loc) 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Helpers = /** @class */ (function () { function Helpers() { } Helpers.prototype.polyfillForeach = function () { if (NodeList.prototype.forEach === undefined) { NodeList.prototype.forEach = Array.prototype.forEach; } }; return Helpers; }()); exports.default = Helpers;