Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "xform/noop"

Index

Functions

Functions

Const noop

  • No-op / pass-through transducer, essentially the same as: map((x) => x), but faster. Useful for testing and / or to keep existing values in a {@link (multiplex:1)} tuple lane.

    Type parameters

    • T

    Returns Transducer<T, T>

Generated using TypeDoc