UNPKG

@randsum/dice

Version:

A flexible, type-safe dice roller for tabletop RPGs, game development, and probability simulations

5 lines (4 loc) 84 B
import { D } from '../D'; export function isD(arg) { return arg instanceof D; }