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).

17 lines (16 loc) 1.19 kB
export type { TGetAsyncMapArgs, TGetAsyncMapReturn } from "./getAsyncMap/index.d.mts"; export type { TGetDiffArgs, TGetDiffReturn } from "./getDiff/index.d.mts"; export type { TGetIntersectionArgs, TGetIntersectionReturn } from "./getIntersection/index.d.mts"; export type { TGetLastFromIterableArgs, TGetLastFromIterableReturn } from "./getLastFromIterable/index.d.mts"; export type { TGetUnionArgs, TGetUnionReturn } from "./getUnion/index.d.mts"; export type { TIsItemsEqualArgs, TIsItemsEqualReturn } from "./isItemsEqual/index.d.mts"; export type { TIsIterableArgs, TIsIterableReturn } from "./isIterable/index.d.mts"; export type { TIsNonEmptyArrArgs, TIsNonEmptyArrReturn } from "./isNonEmptyArr/index.d.mts"; export { getAsyncMap } from "./getAsyncMap/index.d.mts"; export { getDiff } from "./getDiff/index.d.mts"; export { getIntersection } from "./getIntersection/index.d.mts"; export { getLastFromIterable } from "./getLastFromIterable/index.d.mts"; export { getUnion } from "./getUnion/index.d.mts"; export { isItemsEqual } from "./isItemsEqual/index.d.mts"; export { isIterable } from "./isIterable/index.d.mts"; export { isNonEmptyArr } from "./isNonEmptyArr/index.d.mts";