@telostat/prelude - v0.7.0
    Preparing search index...

    Variable identityConst

    identity: <T>(x: T) => T

    The identity function, returns the value it was given

    Type Declaration

      • <T>(x: T): T
      • Type Parameters

        • T

        Parameters

        Returns T