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

UnsafeHTML

import { UnsafeHTML } from "https://raw.githubusercontent.com/worker-tools/html/master/index.ts";
class UnsafeHTML extends AbstractHTML {
constructor(value: string);
toJSON();
toString();
async *[Symbol.asyncIterator]();
}

§Extends

§
AbstractHTML
[src]

§Constructors

§
new UnsafeHTML(value: string)
[src]

§Methods

§
toJSON()
[src]
§
toString()
[src]
§
[Symbol.asyncIterator]()
[src]