UNPKG

@future-widget-lab/safe-ops

Version:

A set of helper functions for performing operations safely, preventing runtime errors from disrupting your application.

2 lines (1 loc) 107 B
export type Transformer<TInput, TOutput> = (item: TInput, index: number, array: Array<TInput>) => TOutput;