UNPKG

es6-arrow-function

Version:

Shorthand arrow functions compiled to ES5.

5 lines (3 loc) 79 B
/* jshint esnext:true */ var identity = x => x; assert.equal(identity(1), 1);