-
Notifications
You must be signed in to change notification settings - Fork 0
TypeScript 5 달라진 것들 #4
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
Comments
All
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
TypeScript 5
Decorators
Before
Use Decorator
주의할 점
class 내부
에서만 사용할 수 있다.runtime에 호출
된다.실제 활용 사례
에러 클래스 생성 및 로깅 로직은 decorator로 재사용 가능하도록 활용
const Type Parameters
TS Playground
The text was updated successfully, but these errors were encountered: