@traversable/schema
    Preparing search index...

    Type Alias Lift<S, T>

    Lift: unknown extends S ? Homomorphism<S, T> : (xs: S) => { [K in keyof S]: T }

    Type Parameters

    • S
    • T