@mcslinplay/throw
v1.0.1
Published
This package exports a single unnamed function that returns between one and three random objects.
Downloads
1
Readme
@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);