fakerator icon indicating copy to clipboard operation
fakerator copied to clipboard

Random fake data generator with localization for Javascript in Node.js and browser

Results 4 fakerator issues
Sort by recently updated
recently updated
newest added

I couldn't find a way to have fakerator generate a random string of numbers, only mixed characters. So I created a function to do that for anyone that might need...

https://github.com/icebob/fakerator/blob/dec1f0dec6420705ba923813f865f32b1f3ab591/fakerator.d.ts#L45 Hi, the type definitions for the user object have an error. The `dob` field is of type `Date` but the definition says its `string` cheers

Hi, there is an error in the `fakerator.d.ts`: https://github.com/icebob/fakerator/blob/dec1f0dec6420705ba923813f865f32b1f3ab591/fakerator.d.ts#L470 this should be ``` seed(newSeed: number); ``` because the code wants a number and it is mandatory: ``` .../fakerator.js:4661 if (typeof...

fakerator.js:3328 Uncaught TypeError: Cannot read properties of undefined (reading 'mask') at new module2.exports (fakerator.js:3328:40) at new module2.exports (fakerator.js:138:10)