# Module: hasOwn

## Table of contents

### Data Functions

- [default](hasOwn.md#default)

## Data Functions

### default

▸ **default**(`target`, `key`): `boolean`

Shorthand, prototype safe way to test if an object's property is its own

#### Parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `target` | `any` | Object to check |
| `key` | `string` | Property key to check |

#### Returns

`boolean`

#### Defined in

[src/hasOwn.js:10](https://github.com/Twipped/js-utils/blob/9c196e3/src/hasOwn.js#L10)
