Skip to content

Commit

Permalink
remove curriedCombineHangulCharacter in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
okinawaa committed Aug 4, 2024
1 parent 2592ca4 commit 01843b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { assembleHangul } from './assemble';
export { combineHangulCharacter, combineVowels, curriedCombineHangulCharacter } from './combineHangulCharacter';
export { combineHangulCharacter, combineVowels } from './combineHangulCharacter';
export { convertQwertyToHangul, convertQwertyToHangulAlphabet } from './convertQwertyToHangulAlphabet';
export { disassemble, disassembleToGroups } from './disassemble';
export { disassembleCompleteCharacter } from './disassembleCompleteCharacter';
Expand Down

0 comments on commit 01843b8

Please sign in to comment.