-
-
Notifications
You must be signed in to change notification settings - Fork 950
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
docs: add support for multiple signatures #592
Comments
For now, get with the last one. |
But this is not a PR? |
Yeah, I forgot to remove that line when opening this issue. |
Isn't this kinda obsolete/low priority since this will be deprecated in v6.2 by #503? |
Well, the methods with Lines 24 to 26 in a205c07
|
It looks like it isn't that simple. |
So we need to open a PR at TypeDoc? |
Currently, we only show the first signature of a method.
This results in incomplete information being see below for an example.
I considered these options:
This involves the following questions:
This issue is here to discuss this.
Here is the only method that does use multiple signatures at this point in time:
faker/src/random.ts
Lines 174 to 185 in 60d3cc5
And it does kind of show up wrong:
https://fakerjs.dev/api/random.html#objectElement
Originally posted by @ST-DDT in #574 (comment)
The text was updated successfully, but these errors were encountered: