UNPKG

owltech

Version:
11 lines (9 loc) 153 B
window.module = { exports: {}, }; const hack = new Proxy({}, { get() { return []; }, }); window.require = () => ({'encoding-indexes': hack});