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

x/cheerio/mod.ts>cheerio.ParentNode

Cheerio port to Deno with typings
Latest
type alias cheerio.ParentNode
Re-export
import { type cheerio } from "https://deno.land/x/cheerio@1.0.7/mod.ts";
const { ParentNode } = cheerio;
definition: Document | Element | CDATA