UNPKG

@liberquack/utils

Version:
4 lines 143 B
export function CreateCustomEvent(type, eventInit) { return new window.CustomEvent(type, eventInit); } //# sourceMappingURL=ui-types.js.map