Lines Matching defs:function
4 function isArguments (thingy) {
13 F: {label: 'function', check: _ => typeof _ === 'function'},
20 function addSchema (schema, arity) {
25 function validate (rawSchemas, args) {
65 function missingRequiredArg (num) {
69 function unknownType (num, type) {
73 function invalidType (num, expectedTypes, value) {
82 function englishList (list) {
86 function wrongNumberOfArgs (expected, got) {
94 function moreThanOneError (schema) {
99 function newException (code, msg) {