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