ConvertArrayOptionsinterface ConvertArrayOptions {bom?: boolean | string | undefined;fallback?: | "html-entity" | "html-entity-hex" | "ignore" | "error";from?: Encoding | undefined;to: Encoding;type: "array";}§Properties§bom?: boolean | string | undefined[src]§fallback?: "html-entity" | "html-entity-hex" | "ignore" | "error"[src]§from?: Encoding | undefined[src]§to: Encoding[src]§type: "array"[src]