UNPKG

faker

Version:

Generate massive amounts of fake contextual data

6 lines (5 loc) 184 B
var commerce = {}; module['exports'] = commerce; commerce.color = require("./color"); commerce.department = require("./department"); commerce.product_name = require("./product_name");