@stryke/helpers
Version: 
A package containing miscellaneous helper functions that are used across many different Storm Software projects.
32 lines (31 loc) • 905 B
TypeScript
export * from "./arg-identity";
export * from "./debounce";
export * from "./deep-clone";
export * from "./deep-merge";
export * from "./delay";
export * from "./filter-empty";
export * from "./flatten-object";
export * from "./get-field";
export * from "./get-ordered-by";
export * from "./get-unique";
export * from "./identity";
export * from "./is-equal";
export * from "./lru-cache";
export * from "./match-sorter";
export * from "./memoize";
export * from "./mutex";
export * from "./noop";
export * from "./omit";
export * from "./once";
export * from "./pick";
export * from "./remove-accents";
export * from "./remove-empty-items";
export * from "./semaphore";
export * from "./set-field";
export * from "./throttle";
export * from "./timeout";
export * from "./to-deep-key";
export * from "./to-path";
export * from "./unflatten-object";
export * from "./union";
export * from "./with-timeout";