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]: convertQwertyToHangulAlphabet, disassembleCompleteHangulCharacter 함수 export #87

Closed
kangju2000 opened this issue May 4, 2024 · 1 comment
Assignees

Comments

@kangju2000
Copy link
Contributor

Description

현재 convertQwertyToHangulAlphabetdisassembleCompleteHangulCharacter 함수를 export하고 있지 않은데, 그 이유가 있는지 궁금합니다.

Possible Solution

// src/index.ts
export * from './chosungIncludes';
export * from './disassemble';
export * from './hangulIncludes';
export * from './josa';
export * from './utils';
export * from './assemble';
export * from './combineHangulCharacter';
export * from './removeLastHangulCharacter';
+ export * from './convertQwertyToHangulAlphabet';
+ export * from './disassembleCompleteHangulCharacter';

etc.

No response

@youngjae99
Copy link
Contributor

특별한 이유는 없고, 단순 누락된 것으로 보여 추가하는 PR #90 올렸습니다.

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

No branches or pull requests

4 participants