????

Your IP : 216.73.216.130


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/has-own-prop/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/has-own-prop/index.d.ts

/**
Shortcut for `Object.prototype.hasOwnProperty.call(object, property)`.

@example
```
import hasOwnProp = require('has-own-prop');

hasOwnProp({}, 'hello');
//=> false

hasOwnProp([1, 2, 3], 0);
//=> true
```
*/
declare function hasOwnProp(object: unknown, key: string | number | symbol): boolean;

export = hasOwnProp;