UNPKG
chardet
Version:
latest (2.1.0)
2.1.0
2.0.0
1.6.1
1.6.0
1.5.1
1.5.0
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
Character encoding detector
github.com/runk/node-chardet
runk/node-chardet
chardet
/
lib
/
encoding
/
utf8.d.ts
7 lines
(6 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Context
,
Recogniser
}
from
'.'
;
import
{
Match
}
from
'../match'
;
export
default
class
Utf8
implements
Recogniser
{
name
():
string
;
match
(
det
:
Context
):
Match
|
null
; }