Skip to main content
Module

x/cheerio/mod.ts

Cheerio port to Deno with typings
Go to Latest
File
import dew from "https://dev.jspm.io/cheerio@1.0.0-rc.3";import { CheerioAPI } from "./types.ts";export const cheerio: CheerioAPI = dew as CheerioAPI;