function IsRegExpimport { IsRegExp } from "https://deno.land/x/typebox@0.34.0/src/type/guard/value.ts"; IsRegExp(value: unknown): value is RegExpReturns true if this value is RegExp Parametersvalue: unknownReturnsvalue is RegExp