UNPKG

@web3r/flowerkit

Version:

A collection of more than 60 often used utility JS functions that simplify frontend development.

7 lines 363 B
import { bubble } from "./bubble/index.js"; import { onWindowResize } from "./onWindowResize/index.js"; import { onDOMReady } from "./onDOMReady/index.js"; import { onWindowLoad } from "./onWindowLoad/index.js"; import { onSwipe } from "./onSwipe/index.js"; export { bubble, onWindowResize, onDOMReady, onWindowLoad, onSwipe }; //# sourceMappingURL=index.d.ts.map