function is_what.isRegExpimport { is_what } from "https://deno.land/x/libpkgx@v0.16/src/deps.ts"; const { isRegExp } = is_what; isRegExp(payload: any): payload is RegExpReturns whether the payload is a regular expression (RegExp) Parameterspayload: anyReturnspayload is RegExp