summaryrefslogtreecommitdiff
path: root/includes/external/addressbook/node_modules/chardet/lib/encoding/utf8.d.ts
blob: dd44558ac7b322e6295dde834afb8c99d95550c6 (plain)
1
2
3
4
5
6
import { Context, Recogniser } from '.';
import { Match } from '../match';
export default class Utf8 implements Recogniser {
    name(): string;
    match(det: Context): Match | null;
}