UNPKG

@web3r/flowerkit

Version:

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

14 lines 652 B
import * as arrKit from "./arr/index.js"; import * as userKit from "./user/index.js"; import * as cssKit from "./css/index.js"; import * as domKit from "./dom/index.js"; import * as evtKit from "./evt/index.js"; import * as fnKit from "./fn/index.js"; import * as jsonKit from "./json/index.js"; import * as netKit from "./net/index.js"; import * as numKit from "./num/index.js"; import * as objKit from "./obj/index.js"; import * as strKit from "./str/index.js"; import * as dateKit from "./date/index.js"; export { arrKit, userKit, cssKit, domKit, evtKit, fnKit, jsonKit, netKit, numKit, objKit, strKit, dateKit }; //# sourceMappingURL=index.d.ts.map