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

x/oak/util.ts>isHtml

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
function isHtml
import { isHtml } from "https://deno.land/x/oak@v12.3.0/util.ts";

Determines if a string "looks" like HTML

Parameters

value: string

Returns

boolean