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

isAttributifySelector

function isAttributifySelector(selector: string): RegExpMatchArray | null;
§
isAttributifySelector(selector: string): RegExpMatchArray | null
[src]

§Parameters

§
selector: string
[src]

§Return Type

§
RegExpMatchArray | null
[src]