UNPKG

dice-typescript

Version:

A TypeScript library for parsing dice rolling expressions, most commonly used in tabletop RPGs.

9 lines 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var NodeAttributes = /** @class */ (function () { function NodeAttributes() { } return NodeAttributes; }()); exports.NodeAttributes = NodeAttributes; //# sourceMappingURL=node-attributes.class.js.map