UNPKG

@web3r/flowerkit

Version:

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

8 lines 469 B
import { getIndexOfEl } from "./getIndexOfEl/index.js"; import { getHTMLFromStr } from "./getHTMLFromStr/index.js"; import { getElSiblings } from "./getElSiblings/index.js"; import { getElWrapper } from "./getElWrapper/index.js"; import { isNode } from "./isNode/index.js"; import { removeChildNodes } from "./removeChildNodes/index.js"; export { getIndexOfEl, getHTMLFromStr, getElSiblings, getElWrapper, isNode, removeChildNodes }; //# sourceMappingURL=index.d.ts.map