UNPKG

tfaker

Version:

Lightweight, Targaryen-themed lil' brother of faker.js

6 lines (5 loc) 199 B
var rand = require("../methods/utils/getRandomElementFromArray.js"); var countries = require("../content/countries.js"); module.exports = exports = function country () { return rand(countries); };