Skip to content

Commit

Permalink
fix: refactor with unit test + better handle korean
Browse files Browse the repository at this point in the history
  • Loading branch information
sharevb committed May 15, 2024
1 parent c434a5f commit ffe9853
Show file tree
Hide file tree
Showing 4 changed files with 1,841 additions and 1,583 deletions.
3 changes: 3 additions & 0 deletions src/tools/text-to-nato-alphabet/korean-unpacker.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare module 'korean-unpacker' {
function unpack(text: string): string;
}
Loading

0 comments on commit ffe9853

Please sign in to comment.