get-own-property

1.0.0 • Public • Published

getOwnProperty

Retrieves a property only if hasOwnProperty() is true.

Installation

npm install get-own-property --save

Usage

const getOwnProperty = require('get-own-property')
 
const obj = {hello: 'world'}
 
getOwnProperty(obj, 'hello') // 'world'
 
typeof obj.toString // 'function'
getOwnProperty(obj, 'toString') // undefined

/get-own-property/

    Package Sidebar

    Install

    npm i get-own-property

    Weekly Downloads

    3,116

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • lamansky