Skip to content
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

Gradually merge the declaration file "hakase" into the source codebase #29

Closed
Sayakie opened this issue Mar 25, 2022 · 0 comments
Closed
Assignees
Milestone

Comments

@Sayakie
Copy link
Owner

Sayakie commented Mar 25, 2022

ESLint does not interpret Hakase/index.d.ts, might be there is a solution to solve. But we decide deprecate the declaration and merge that into source codebase.

If

Already provided by discord.js. Should be removal in next major release.

declare type If<T extends boolean, A, B = null> = T extends true
? A
: T extends false
? B
: A | B

@Sayakie Sayakie self-assigned this Mar 25, 2022
@Sayakie Sayakie added this to the Hakase v0.2 milestone Mar 25, 2022
Sayakie added a commit that referenced this issue Apr 7, 2022
Resolves #29

Signed-off-by: Sayakie <sayakie@kakao.com>
@Sayakie Sayakie closed this as completed Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant