UNPKG

@foblex/utils

Version:

A comprehensive collection of utility functions and classes for TypeScript and web development, providing tools for type casting, DOM manipulation, event handling, and GUID generation.

2 lines (1 loc) 119 B
export declare function flatMap<TInput, TResult>(payload: TInput[], callback: (item: TInput) => TResult[]): TResult[];