is-esnext

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i is-esnext

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

4.58 kB

Total Files

4

Last publish

Collaborators

  • junmer