@studiokeywi/banjo - v0.0.1
    Preparing search index...

    Type Alias Expand<Src>

    Expand: { [Key in keyof Src]: Src[Key] } & NonNullable<unknown>

    Utility type that represents intersection types as singular shapes in type hints/IntelliSense/etc

    Type Parameters

    • Src