Skip to main content
Module

x/aloedb/lib/utils.ts>isRegExp

Light, Embeddable, NoSQL database for Deno 🦕
Go to Latest
function isRegExp
import { isRegExp } from "https://deno.land/x/aloedb@0.1.0/lib/utils.ts";

Checks whether the value is a regular expression.

Parameters

target: unknown

Target to check.

Returns

target is RegExp

Result of checking.