UNPKG
@enjoyjs/node-mecab
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
MeCab wrapper for Node.js
github.com/enjoyjs/node-mecab
enjoyjs/node-mecab
@enjoyjs/node-mecab
/
lib
/
util.d.ts
4 lines
•
211 B
TypeScript
View Raw
1
2
3
4
import
type
{
Stat
}
from
'./types.js'
;
export
declare
const
mecabNaToUndefined
:
(
text
?:
string
) =>
string
|
undefined
;
export
declare
const
getStat
:
(
statId
?:
string
) =>
Stat
;
//# sourceMappingURL=util.d.ts.map