# `@prototype/common`

Common package that share utility and constants across packages.

## Usage

```
import { SERVICE_NAME } from '@prototype/common'

...

const orderServiceName = SERVICE_NAME.ORDER_SERVICE
...
```