# onedice.js

OneDice in TypeScript.

Based on [OneDice](https://github.com/OlivOS-Team/onedice) standard.

## Usage

```ts
import { OneDice } from 'onedice';

const onedice = new OneDice()

onedice.eval('1d6')
onedice.eval('2d3+3d4')
```
