course-mini-excel/src/polyfills.ts

8 lines
179 B
TypeScript

import elementClosest from 'element-closest';
try {
elementClosest(window); // this is used to reference window.Element
} catch (e) {
console.log('Error in polyfills', e);
}