-
-
Notifications
You must be signed in to change notification settings - Fork 930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate datatype module entirely and move all methods into other modules #1590
Comments
How about moving some stuff out of
Maybe instead of |
An
I see why you propose this. But I have to say I really dislike having a module only for it to host one method. But to be fair, |
Currently, only two methods are left:
There doesn't seem to be a perfect solution for this for now. |
I'd say a Boolean is a number 😀 have you considered faker.number.boolean? |
Team Decision We will revive the datatype module with very simple methods for JS native datatypes only. |
We are adding the number module in #1122 and also #1341
Now we have some leftover methods in the datatype module but IMO it is not worth it to have a whole module for just these few methods.
I hope we can move these into other modules so we can get rid entirely of the datatype module.
The text was updated successfully, but these errors were encountered: