• Preparing search index...
  • The search index is not available
Tidyscripts Docs
  • Tidyscripts Docs
  • common
  • fp
  • map

Function map

  • map(arr, mapper): any[]
  • Parameters

    • arr: any[]
    • mapper: ((x: any) => any)
        • (x): any
        • Parameters

          • x: any

          Returns any

    Returns any[]

    • Defined in packages/ts_common/src/fp.ts:309

Settings

Member Visibility
Tidyscripts Docs
  • Loading...

Generated using TypeDoc