Skip to main content
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@v10.6.0/util.ts";

Determines if a string "looks" like HTML

Parameters

value: string

Returns

boolean