Skip to content

isRegExp

@tsed/core

Usage

typescript
import { isRegExp } from "@tsed/core";

See /packages/core/src/types/utils/objects/isRegExp.ts.

Overview

ts
function isRegExp(target: any): target is RegExp;

Released under the MIT License.