@pleisto/active-support
    Preparing search index...

    Variable siftConst

    sift: <T>(list: readonly (Falsy | T)[]) => T[]

    Given a list returns a new list with only truthy values

    Type declaration

      • <T>(list: readonly (Falsy | T)[]): T[]
      • Type Parameters

        • T

        Parameters

        • list: readonly (Falsy | T)[]

        Returns T[]