UNPKG
have2
Version:
latest (1.0.0-beta.1)
1.0.0-beta.1
0.3.0
0.2.0
0.1.0
Slick arguments validator for javascript functions.
github.com/wmakeev/have2
wmakeev/have2
have2
/
tests
/
_constants.js
7 lines
(5 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= {
NON_ARGS
: [
null
,
undefined
,
'str'
,
123
,
true
,
function
(
) { },
new
Date
()],
NON_OBJS
: [
null
,
undefined
,
'str'
,
123
,
true
,
function
(
) { },
new
Date
()],
FUNC
:
function
(
) { } }