tecsobs

Results 2 comments of tecsobs

What's the point of faker then? Faker actually do some math for the future method, like: `this.between({ from: new Date(date.getTime() - 1000 * 60 * 60 * 24 * 365),...

as referenced before on my edit, faker have some calculations. `const range = { min: 1000, max: years * 365 * 24 * 3600 * 1000, }; let future =...