function testimport { test } from "https://dotland.deno.dev/x/rambda@9.4.1/rambda.js"; test(regExpression: RegExp): (str: string) => booleanIt determines whether str matches regExpression. test(regExpression: RegExp, str: string): booleanIt determines whether str matches regExpression. ParametersregExpression: RegExpReturns(str: string) => booleanParametersregExpression: RegExpstr: stringReturnsboolean