Introduction
Migration
Appearance
import { isRegExp } from "@tsed/core";
See /packages/core/src/types/utils/objects/isRegExp.ts.
function isRegExp(target: any): target is RegExp;