🎬 Detects whether a host environment supports ES6. Algorithm by Netflix.
- detects ES6 support
- extremely tiny
npm install sixflix --save
require('sixflix')
returns a function. calling this function returns true
if the host environment supports ES6, false
otherwise.
mit