Type Alias ProtoObjectProperty<X>

ProtoObjectProperty<X>: ObjectProperty<X> & {
    computed: false;
    key: {
        name: "__proto__";
        type: "Identifier";
    } | {
        type: "Literal";
        value: "__proto__";
    };
}

Type Parameters

  • X