roll-parser - v3.0.0-beta.0
Playground
Guide
GitHub
Preparing search index...
roll-parser
DiceNode
Type Alias DiceNode
DiceNode
:
NodeSpan
&
{
count
:
ASTNode
;
sides
:
ASTNode
;
type
:
"Dice"
}
Dice roll node. Count and sides can be expressions to support computed dice like (1+1)d(3*2).
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Playground
Guide
GitHub
roll-parser - v3.0.0-beta.0
Loading...
Dice roll node. Count and sides can be expressions to support computed dice like (1+1)d(3*2).