UNPKG
normalize-cjk
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
github.com/daangn/normalize-cjk
daangn/normalize-cjk
normalize-cjk
/
lib
/
chinese.d.ts
7 lines
(6 loc)
•
153 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Normalize chinese characters * *
@See
https://ctext.org/faq/normalization */
export
declare
const
normalizeChinese
:
(
input
:
string
) =>
string
;