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

ConvertStringOptions

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

§Properties

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