Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In javascript you would call this like:

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


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: