@oazmi/superbuild - v0.1.0
    Preparing search index...

    Type Alias SameShape<Out, In>

    SameShape: In & { [Key in Exclude<keyof In, keyof Out>]: never }

    useful non-public utility type copied from esbuild's source code.

    Type Parameters

    • Out
    • In extends Out