@web3r/flowerkit
Version:
A collection of more than 60 often used utility JS functions that simplify frontend development.
10 lines • 603 B
TypeScript
import { getAsyncMap } from "./getAsyncMap/index.js";
import { getDiff } from "./getDiff/index.js";
import { getLastFromIterable } from "./getLastFromIterable/index.js";
import { isIterable } from "./isIterable/index.js";
import { getIntersection } from "./getIntersection/index.js";
import { getUnion } from "./getUnion/index.js";
import { isItemsEqual } from "./isItemsEqual/index.js";
import { isNonEmptyArr } from "./isNonEmptyArr/index.js";
export { getAsyncMap, getDiff, getLastFromIterable, isIterable, getIntersection, getUnion, isItemsEqual, isNonEmptyArr };
//# sourceMappingURL=index.d.ts.map