UNPKG

fkdt

Version:

Generate fake data for projects.

23 lines (22 loc) 653 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var functions_1 = require("./functions"); var fkdt = { name: functions_1.name, age: functions_1.age, phone: functions_1.phone, job: functions_1.job, interest: functions_1.interest, color: functions_1.color, pet: functions_1.pet, uuid: functions_1.uuid, password: functions_1.password, username: functions_1.username, ip: functions_1.ip, country: functions_1.country, state: functions_1.state, latitude: functions_1.latitude, longitude: functions_1.longitude, email: functions_1.email, }; exports.default = fkdt;