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

2-3-实现Readonly2.md #36

Open
paiDaXing-web opened this issue Feb 2, 2023 · 0 comments
Open

2-3-实现Readonly2.md #36

paiDaXing-web opened this issue Feb 2, 2023 · 0 comments
Assignees
Labels
answer 答案

Comments

@paiDaXing-web
Copy link
Owner

type MyReadonly2<T, K extends keyof T = keyof T> = Omit<T, K> & Readonly<T>;
//你的答案
@paiDaXing-web paiDaXing-web added the answer 答案 label Feb 2, 2023
@paiDaXing-web paiDaXing-web self-assigned this Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answer 答案
Projects
None yet
Development

No branches or pull requests

1 participant