[**@kazupon/jts-utils**](../index.md)

---

[@kazupon/jts-utils](../index.md) / object

# object

Object utilities

## Example

```ts
import { isObject, isPlainObject } from '@kazupon/jts-utils/object'
```

## Functions

| Function                                    | Description                         |
| ------------------------------------------- | ----------------------------------- |
| [create](functions/create.md)               | create a new object                 |
| [getOwn](functions/getOwn.md)               | get own property value of an object |
| [hasOwn](functions/hasOwn.md)               | check if an object has a property   |
| [isObject](functions/isObject.md)           | check if a value is an object       |
| [isPlainObject](functions/isPlainObject.md) | check if a value is a plain object  |
| [toRawType](functions/toRawType.md)         | get the raw type of a value         |
| [toTypeString](functions/toTypeString.md)   | get the type string of a value      |
