Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/feomasto/priv/deps.ts>denoDOM.Attr

Sync posts from Mastodon into FeoBlog
Latest
class denoDOM.Attr
import { denoDOM } from "https://deno.land/x/feomasto@v1.0.1/priv/deps.ts";
const { Attr } = denoDOM;

Constructors

new
Attr(
name: string,
key: CTOR_KEY,
)

Properties

readonly
name
readonly
value
type alias denoDOM.Attr
import { type denoDOM } from "https://deno.land/x/feomasto@v1.0.1/priv/deps.ts";
const { Attr } = denoDOM;
definition: ConstructibleAttr
variable denoDOM.Attr
import { denoDOM } from "https://deno.land/x/feomasto@v1.0.1/priv/deps.ts";
const { Attr } = denoDOM;

type

Pick<ConstructibleAttr, keyof ConstructibleAttr> & Function