UNPKG

have2

Version:

Slick arguments validator for javascript functions.

7 lines (5 loc) 202 B
module.exports = { NON_ARGS: [null, undefined, 'str', 123, true, function () { }, new Date()], NON_OBJS: [null, undefined, 'str', 123, true, function () { }, new Date()], FUNC: function () { } }