UNPKG

dice-bag

Version:
10 lines (8 loc) 145 B
# dice Your digital dice bag! ```javascript const d = require('dice-bag') // d(numberOfSides, numberOfDice) d(5, 10) // 5d10 d(3, 6) // 3d6 ```