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

cssomSheet

Creates an sheet which inserts style rules through the CSS Object Model.

const cssomSheet: ({ nonce, target }?: SheetConfig<CSSStyleSheet>) => Sheet<CSSStyleSheet>;