Skip to content

d10

const d10: (count?) => number

Defined in: src/dice.ts:165

A 10-sided die, or count of them summed.

number

number

d10(); // 7
d10(2); // the sum of two