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

[Feature] add TypeScript Interface (#3) #6

Merged
merged 1 commit into from
Oct 30, 2022
Merged

Conversation

DavidYang2149
Copy link
Owner

add TypeScript Interface

Content

  • Define preloadAll function type

@DavidYang2149 DavidYang2149 added the ✨ Feature 기능 추가 및 개선 label Oct 30, 2022
@DavidYang2149 DavidYang2149 added this to the v0.1.0 milestone Oct 30, 2022
@DavidYang2149 DavidYang2149 self-assigned this Oct 30, 2022
@DavidYang2149 DavidYang2149 linked an issue Oct 30, 2022 that may be closed by this pull request
1 task
@@ -0,0 +1 @@
export default function preloadAll(): Promise<void>;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

해당 라이브러리에서 사용되는 preloadAll 함수의 타입을 정의합니다.

@DavidYang2149 DavidYang2149 merged commit ab210d8 into main Oct 30, 2022
@DavidYang2149 DavidYang2149 deleted the develop-#3-add-types branch October 30, 2022 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 추가 및 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] add TypeScript Interface
1 participant