Skip to content

Commit

Permalink
feat: 문자열에서 한글을 추출해주는 extractHangul 함수를 제거합니다 (#185)
Browse files Browse the repository at this point in the history
* remove extrachHangul

* Create cyan-tigers-sneeze.md

---------

Co-authored-by: Jonghyeon Ko <[email protected]>
  • Loading branch information
okinawaa and manudeli committed Aug 4, 2024
1 parent 26552bb commit 8a97fff
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 93 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-tigers-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"es-hangul": major
---

feat: 문자열에서 한글을 추출해주는 extractHangul 함수를 제거합니다
23 changes: 0 additions & 23 deletions docs/src/pages/docs/api/extractHangul.en.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/src/pages/docs/api/extractHangul.ko.md

This file was deleted.

27 changes: 0 additions & 27 deletions src/extractHangul.spec.ts

This file was deleted.

18 changes: 0 additions & 18 deletions src/extractHangul.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
export { acronymizeHangul } from './acronymizeHangul';
export { assembleHangul } from './assemble';
export { choseongIncludes } from './choseongIncludes';
export { chosungIncludes } from './chosungIncludes';
export { combineHangulCharacter, combineVowels, curriedCombineHangulCharacter } from './combineHangulCharacter';
export { convertQwertyToHangul, convertQwertyToHangulAlphabet } from './convertQwertyToHangulAlphabet';
export { disassembleHangul, disassembleHangulToGroups } from './disassemble';
export { disassembleCompleteHangulCharacter } from './disassembleCompleteHangulCharacter';
export { extractHangul } from './extractHangul';
export { hangulIncludes } from './hangulIncludes';
export { josa } from './josa';
export { removeLastHangulCharacter } from './removeLastHangulCharacter';
Expand Down

0 comments on commit 8a97fff

Please sign in to comment.