UNPKG

@elgervb/mock-data

Version:

Mock data made easy, while maintaining type safety

11 lines 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var random_1 = require("../random"); var user = { active: (0, random_1.randomBoolean)(), created: (0, random_1.randomDate)(), id: (0, random_1.randomGuid)(), name: (0, random_1.randomString)(10), }; console.dir(user); //# sourceMappingURL=random.js.map