UNPKG

chardet

Version:
7 lines (6 loc) 186 B
import { Context, Recogniser } from '.'; import { Match } from '../match'; export default class Utf8 implements Recogniser { name(): string; match(det: Context): Match | null; }