0.0.1 • Published 6 years ago
is-esnext v0.0.1
is-esnext
Check if a string or buffer is esnext
Install
$ npm install is-esnext
Usage
const isEsNext = require('is-esnext');
isEsNext('const f = () => {}');
//=> true
License
MIT © Junmer
0.0.1
6 years ago