UNPKG

@web3r/flowerkit

Version:

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

5 lines 238 B
import { getCookie } from "./getCookie/index.js"; import { setCookie } from "./setCookie/index.js"; import { deleteCookie } from "./deleteCookie/index.js"; export { getCookie, setCookie, deleteCookie }; //# sourceMappingURL=index.d.ts.map