UNPKG
idsfind
Version:
latest (3.1.1)
3.1.1
3.1.0
3.0.1
3.0.0
2.4.0
2.3.5
2.3.4
2.3.3
2.3.1
2.3.0
2.2.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
IDSと画数で漢字を検索するモジュール
idsfind
/
dist
/
index.d.ts
6 lines
(4 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
declare
function
idsfind
(
termString
:
string
):
string
[];
declare
function
getTotalStrokes
(
char
:
string
):
number
;
declare
function
getCjkviIDS
(
char
:
string
):
string
;
export
{ getCjkviIDS, getTotalStrokes, idsfind };