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

[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]
}

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

No branches or pull requests

2 participants