UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

20 lines (15 loc) 298 B
/*! * @techmely/utils * Copyright(c) 2021-2024 Techmely <techmely.creation@gmail.com> * MIT Licensed */ import { nextEvent } from "./chunk-EFYVR3QV.mjs"; // src/transitionEnd.ts function transitionEnd(element) { return nextEvent(element, "transitionend"); } export { transitionEnd };