UNPKG
rh-regexp
Version:
latest (1.0.0)
1.0.0
0.0.3
0.0.2
0.0.1
```shell npm install rh-regexp ```
rh-regexp
/
lib
/
__test__
/
util.d.ts
4 lines
(3 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
import
{ expect }
from
'rh-test'
;
export
{ expect };
export
declare
function
testUnit
(
name
:
string
,
func
: (...args:
any
) =>
any
, ...
args
:
any
[]
):
void
;