type-plus
    Preparing search index...

    Type Alias $Branch<P>

    $Branch: $Type<"branch", P>

    🧰 type util

    Create a branch type.

    Type Parameters

    • P extends `$${string}`

    P the property name for the branch.

    type $Then = $Branch<'$then'>
    type $Any = $Branch<'$any'