UNPKG

ziko

Version:

a versatile javaScript framework offering a rich set of UI components, advanced mathematical utilities, reactivity, animations, client side routing and graphics capabilities

7 lines 179 B
const getEvent=(event = "")=>{ if(event.startsWith("Ptr"))return `pointer${event.split("Ptr")[1].toLowerCase()}`; return event.toLowerCase() } export{ getEvent }