UNPKG

es6-arrow-function

Version:

Shorthand arrow functions compiled to ES5.

5 lines (3 loc) 82 B
/* jshint esnext:true */ var empty = () => {}; assert.equal(empty(), undefined);