Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/_util/has_own_property.ts

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
import * as mod from "https://deno.land/std@0.92.0/_util/has_own_property.ts";

Functions

Determines whether an object has a property with the specified name. Avoid calling prototype builtin hasOwnProperty for two reasons: