@web3r/flowerkit
Version:
A collection of more than 60 often used utility JS functions that simplify frontend development.
6 lines • 389 B
TypeScript
import { getFromServer } from "./getFromServer/index.js";
import { getUrlWithQueryParams } from "./getUrlWithQueryParams/index.js";
import { getFormDataFromObj } from "./getFormDataFromObj/index.js";
import { getExternalScript } from "./getExternalScript/index.js";
export { getFromServer, getUrlWithQueryParams, getFormDataFromObj, getExternalScript };
//# sourceMappingURL=index.d.ts.map