Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConvertUnknownOptions

interface ConvertUnknownOptions {
bom?: boolean | string | undefined;
fallback?:
| "html-entity"
| "html-entity-hex"
| "ignore"
| "error";
from?: Encoding | undefined;
}

§Properties

§
bom?: boolean | string | undefined
[src]
§
fallback?: "html-entity" | "html-entity-hex" | "ignore" | "error"
[src]
§
from?: Encoding | undefined
[src]