UNPKG

@web3r/flowerkit

Version:

Tree-shakable JavaScript and TypeScript utility library for frontend/browser apps: DOM, events, arrays, objects, strings, date, JSON, and network helpers (ESM/CJS, SSR-friendly).

5 lines (4 loc) 213 B
import { deleteCookie } from "./deleteCookie/index.d.mts"; import { getCookie } from "./getCookie/index.d.mts"; import { setCookie } from "./setCookie/index.d.mts"; export { deleteCookie, getCookie, setCookie, };