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

isSVGElement

Checks if the given DOM node is an SVGElement.

function isSVGElement(node: Node): node is SVGElement;
§
isSVGElement(node: Node): node is SVGElement
[src]

§Parameters

§
node: Node
[src]

§Return Type

§
node is SVGElement
[src]