@mcslinplay/throw
This package exports a single unnamed function that returns between one and three random objects.
Installation
npm install @mcslinplay/throw
Usage
const getThrownObjects = require('@mcslinplay/throw');
const thrown = getThrownObjects();
console.log(thrown);