onedice
v1.0.8
Published
Node.js implementation of [OneDice](https://github.com/OlivOS-Team/onedice)
Downloads
89
Readme
onedice.js
OneDice in TypeScript.
Based on OneDice standard.
Usage
import { OneDice } from 'onedice';
const onedice = new OneDice()
onedice.eval('1d6')
onedice.eval('2d3+3d4')