MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / type

Function type

lib/web/jshint.js:20074–20079  ·  view source on GitHub ↗
(s, f)

Source from the content-addressed store, hash-verified

20072 }
20073
20074 function type(s, f) {
20075 var x = delim(s);
20076 x.type = s;
20077 x.nud = f;
20078 return x;
20079 }
20080
20081 function reserve(name, func) {
20082 var x = type(name, func);

Callers 4

reserveFunction · 0.85
FutureReservedWordFunction · 0.85
jshint.jsFile · 0.85
unwrapTypeFunction · 0.85

Calls 1

delimFunction · 0.85

Tested by

no test coverage detected