UNPKG

orvex

Version:

A lightweight TypeScript library to create and manipulate HTML elements with ease.

4 lines (3 loc) 89 B
export function event(obj, callback, type) { obj.addEventListener(type, callback); }