Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bevacqua/sixflix
🎬 Detects whether a host environment supports ES6. Algorithm by Netflix.
https://github.com/bevacqua/sixflix
Last synced: 18 days ago
JSON representation
🎬 Detects whether a host environment supports ES6. Algorithm by Netflix.
- Host: GitHub
- URL: https://github.com/bevacqua/sixflix
- Owner: bevacqua
- License: mit
- Created: 2017-01-31T17:39:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T02:13:13.000Z (over 4 years ago)
- Last Synced: 2024-10-17T18:30:58.201Z (27 days ago)
- Language: JavaScript
- Homepage: https://ponyfoo.com
- Size: 4.88 KB
- Stars: 175
- Watchers: 8
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: readme.markdown
- License: license
Awesome Lists containing this project
README
# sixflix
> 🎬 Detects whether a host environment supports ES6. [Algorithm by Netflix][algo].
# features
- detects ES6 support
- extremely tiny# install
```shell
npm install sixflix --save
```# api
`require('sixflix')` returns a function. calling this function returns `true` if the host environment supports ES6, `false` otherwise.
# related
- [Netflix JavaScript Talks - Transpilers: Bridge to the Future][talk]
# license
mit
[algo]: https://gist.github.com/DaBs/89ccc2ffd1d435efdacff05248514f38
[talk]: https://www.youtube.com/watch?v=M1qm-AWWu-M&feature=youtu.be&t=50m14s