Skip to content

koishijs/onedice.js

Repository files navigation

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')