UNPKG

@randsum/notation

Version:

A flexible, type-safe dice notation parser and validator

3 lines 192 B
import type { DiceNotation, RollOptions } from '../types'; export declare function notationToOptions(notationString: DiceNotation): RollOptions; //# sourceMappingURL=notationToOptions.d.ts.map