Appearance
type defaultDecoder = (str: string, decoder?: any, charset?: string) => string;
str
string
decoder?
any
charset?