Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 145 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 145 Bytes

dice

Your digital dice bag!

const d = require('dice-bag')
// d(numberOfSides, numberOfDice)
d(5, 10) // 5d10
d(3, 6) // 3d6