-
Notifications
You must be signed in to change notification settings - Fork 97
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
docs: combineCharacter, combineVowels 에 대한 문서화를 진행합니다 #229
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀🦅
### 사용해보기 | ||
|
||
<br /> | ||
|
||
<Sandpack> | ||
|
||
```ts index.ts | ||
import { combineVowels } from 'es-hangul'; | ||
|
||
console.log(combineVowels('ㅗ', 'ㅏ')) | ||
console.log(combineVowels('ㅗ', 'ㅐ')) | ||
console.log(combineVowels('ㅗ', 'ㅛ')) | ||
|
||
``` | ||
</Sandpack> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kangju2000 최고에요👍
Co-authored-by: Jonghyeon Ko <[email protected]>
Co-authored-by: Jonghyeon Ko <[email protected]>
Co-authored-by: Jonghyeon Ko <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
먼저 빠르게 배포합시다
Overview
fix #58
2.combineVowels에 대한 문서화를 진행합니다
PR Checklist