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

dom

function dom(element?:
| HTMLStyleElement
| string
| null
| false
): Sheet<HTMLStyleElement>;
§
dom(element?: HTMLStyleElement | string | null | false): Sheet<HTMLStyleElement>
[src]

§Parameters

§
element?: HTMLStyleElement | string | null | false optional
[src]

§Return Type

§
Sheet<HTMLStyleElement>
[src]