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

---

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

# types

Type utilities

## Example

```ts
import type { Awaitable } from '@kazupon/jts-utils/types'
```

## Type Aliases

| Type Alias                                                   | Description                                                        |
| ------------------------------------------------------------ | ------------------------------------------------------------------ |
| [Awaitable](type-aliases/Awaitable.md)                       | Define a promise type that can be await from T                     |
| [InteropModuleDefault](type-aliases/InteropModuleDefault.md) | Extract module type with interoperability for CJS `module.exports` |
| [IsNever](type-aliases/IsNever.md)                           | Check never type                                                   |
| [IsNull](type-aliases/IsNull.md)                             | whether the type is null                                           |
| [IsObject](type-aliases/IsObject.md)                         | whether the type is object                                         |
| [IsPlainObject](type-aliases/IsPlainObject.md)               | whether the type is a plain object                                 |
| [LastInUnion](type-aliases/LastInUnion.md)                   | Extract the last element in a union                                |
| [Merge](type-aliases/Merge.md)                               | Merge two types                                                    |
| [Overwrite](type-aliases/Overwrite.md)                       | Overwrite properties                                               |
| [Prettify](type-aliases/Prettify.md)                         | Prettify a type by flattening its structure.                       |
| [UnionToIntersection](type-aliases/UnionToIntersection.md)   | Convert a union to intersection                                    |
| [UnionToTuple](type-aliases/UnionToTuple.md)                 | Convert a union to tuple                                           |
