# Utils

| Consideration           | Status                                     |
| ----------------------- | ------------------------------------------ |
| Preferred import style  | Util files can be imported directly        |
| Multithread environment | Main thread or WebWorker depending on file |

## Overview

This directory regroups utils function, which are small stand-alone (they shouldn't rely
on any outside code, beside dependencies) functions that might be used by any part of the
RxPlayer's code.
