@web3r/flowerkit
Version:
A collection of more than 60 often used utility JS functions that simplify frontend development.
8 lines • 430 B
TypeScript
import { getCurryFn } from "./getCurryFn/index.js";
import { getDebouncedFn } from "./getDebouncedFn/index.js";
import { isFnClass } from "./isFnClass/index.js";
import { isFnAsync } from "./isFnAsync/index.js";
import { wait } from "./wait/index.js";
import { getThrottledFn } from "./getThrottledFn/index.js";
export { getCurryFn, getDebouncedFn, isFnClass, isFnAsync, wait, getThrottledFn };
//# sourceMappingURL=index.d.ts.map