UNPKG

werewolf-core

Version:

Are you a WEREWOLF?

7 lines (6 loc) 187 B
"use strict"; function randomID() { return (0 | Math.random() * 0x40000000).toString(36); } Object.defineProperty(exports, "__esModule", { value: true }); exports.default = randomID;