Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/node/util.ts>types.isRegExp

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function types.isRegExp
import { types } from "https://deno.land/std@0.107.0/node/util.ts";
const { isRegExp } = types;

Parameters

value: unknown

Returns

boolean