@traversable/schema
    Preparing search index...

    Type Alias bind<F, T>

    bind: (Kind.infer<F> & { "0": T })[-1]

    Given a Box of type F, instantiate a new Box of type F bound to T.

    Type Parameters

    • F
    • T = unknown