@assert-equals/dappdriver
Version:
DappDriver is an e2e testing framework designed for testing decentralized applications (dApps) using MetaMask, Rainbow or Zerion
13 lines (12 loc) • 320 B
TypeScript
import { Comparator } from '../types';
/**
*
*
* @export
* @param {(string | RegExp)} arg
* @return {*} {RegExp}
*/
export declare function toRegExp(arg: string | RegExp): RegExp;
export declare const isAtLeast: Comparator;
export declare const isAtMost: Comparator;
export declare const strictEqual: Comparator;