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

x/xml_renderer/mod.ts>default#find

An npm/browser module for easy matching XML and XPath to React Components and other stuff
Go to Latest
method default.prototype.find
import { default } from "https://deno.land/x/xml_renderer@5.0.7/mod.ts";

Retrieve the metadata that was associated with this node before. If there are several rules that match, .find gives you only the value of the best match.

Parameters

node: Node

Returns

MetadataGeneric | undefined