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

SheetConfig

interface SheetConfig <T = unknown> {
nonce?: string;
target?: T;
}

§Type Parameters

§
T = unknown
[src]

§Properties

§
nonce?: string
[src]

Sets a cryptographic nonce (number used once) on the enclosing <style> tag when generating a page on demand.

Useful for enforcing a Content Security Policy (CSP).

§
target?: T
[src]

Target to insert rules into.