# ℹ Overview

Utility Module. Should only include functions that relate to a base type or third party type. Examples
include `Array` `Object` `String` or `Big` `Axios`. 


# TODO: Move to order|asset once it exists

### 📁 Folder Structure

```shell
# tree -f -L 2
.
├── ./calc/ # Calculations
├── ./format/ # Display methods
├── ./units/ # Asset conversions
├── ./index.js # Namespace exports
└── ./README.md
```

