/is-esnext

Check if a string or buffer is esnext

Primary LanguageJavaScriptMIT LicenseMIT

is-esnext

NPM version Build Status

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