Replies: 1 comment
|
This might conflict with/get resolved with #2838 As it allows passing a config object to the constructor. new Faker({
config: {
defaultRefDate: () => new Date(),
},
})This also allows future options to be specified, if ever added. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It allows you to use a library like this when creating a custom instance:
All reactions