Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[3주차] Medium 2, 3, 8, 9, 10 #7

Open
Choozii opened this issue Aug 21, 2022 · 1 comment
Open

[3주차] Medium 2, 3, 8, 9, 10 #7

Choozii opened this issue Aug 21, 2022 · 1 comment
Assignees

Comments

@Choozii
Copy link
Collaborator

Choozii commented Aug 21, 2022

No description provided.

@hyunahOh
Copy link
Collaborator

hyunahOh commented Sep 4, 2022

type MyReturnType<T> = T extends (...args: any) => infer F ? F: T;

type MyOmit<T, K extends keyof T> = {
  [P in keyof T as P extends K ? never : P]: T[P]
}

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants