# `@proem/all`

Meta package for adding all proem packages as dependencies.

## Usage

```
npm install @proem/all

yarn add @proem/all
```

```ts
import array from '@proem/array'
import dict from '@proem/dict'
import function from '@proem/function'
import some from '@proem/some'
```
