npm i --S dice-constants
var DICE_CONSTANT = require('dice-constants')
DICE_CONSTANT.OPERATOR // 'OPERATOR'
DICE_CONSTANT.DIE // 'DIE'
DICE_CONSTANT.LITERAL // 'LITERAL'
git clone https://github.com/sterpe/dice-constants.git
cd dice-constants
make
make JEST_FLAGS=--coverage test
make lint
Consult the Makefile
for further details.