Type Alias ReservedWords

ReservedWords:
    | "constructor"
    | "prototype"
    | "__proto__"
    | "toString"
    | "valueOf"
    | "hasOwnProperty"
    | "isPrototypeOf"
    | "propertyIsEnumerable"
    | "toLocaleString"