Skip to content

Commit

Permalink
remove hangulIncludes
Browse files Browse the repository at this point in the history
  • Loading branch information
okinawaa committed Jul 14, 2024
1 parent ee96e93 commit 18c264a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 95 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-rings-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"es-hangul": major
---

hangulIncludes 함수를 제거합니다
28 changes: 0 additions & 28 deletions docs/src/pages/docs/api/hangulIncludes.en.md

This file was deleted.

28 changes: 0 additions & 28 deletions docs/src/pages/docs/api/hangulIncludes.ko.md

This file was deleted.

30 changes: 0 additions & 30 deletions src/hangulIncludes.spec.ts

This file was deleted.

8 changes: 0 additions & 8 deletions src/hangulIncludes.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export { combineHangulCharacter, combineVowels, curriedCombineHangulCharacter }
export { convertQwertyToHangul, convertQwertyToHangulAlphabet } from './convertQwertyToHangulAlphabet';
export { disassemble, disassembleToGroups } from './disassemble';
export { disassembleCompleteCharacter } from './disassembleCompleteCharacter';
export { hangulIncludes } from './hangulIncludes';
export { josa } from './josa';
export { removeLastHangulCharacter } from './removeLastHangulCharacter';
export {
Expand Down

0 comments on commit 18c264a

Please sign in to comment.