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