UNPKG

random-world

Version:

Nodejs. module to generate random collections of data.

9 lines (7 loc) 166 B
/*jslint node: true */ "use strict"; var constants = { DEFAULT_LANG: 'english', RANDOM_SEED: new Date().getTime().toString() }; module.exports = constants;