UNPKG

offtext

Version:

Perform weird actions on your strings

7 lines 242 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (arry) => { const randomIndex = Math.floor(Math.random() * arry.length); return arry[randomIndex]; }; //# sourceMappingURL=getRandom.js.map