UNPKG

sabayon

Version:
7 lines (4 loc) 145 B
// (c) Andrea Giammarchi - MIT import * as events from './sw-listeners.js'; for (const type in events) addEventListener(type, events[type]);