1 comment

[ 4.5 ms ] story [ 13.9 ms ] thread
In javascript you would call this like:

    var myfunc = overload([
      { type: 'String', properties: 'Object', next: 'Function' },
      { type: 'String',                       next: 'Function' },
      function(type, properties, next) { ... }]);