1.0.3 • Published 5 years ago

doamrn v1.0.3

Weekly downloads
315
License
MIT
Repository
github
Last release
5 years ago

doamrn npm.io npm.io npm.io

Retrieve a random item from the arguments

const random = require('doamrn');

random(1, 2, 3, 'string', new Object(), null) // any one of them

Transpiled version

Environments which exclude node_modules from the transpiling pipeline should include the "browser" entry instead of "main". This exposes an ES5 commonjs module.

Also available for explicit import:

const doamrn = require('doamrn/dist');
1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago