2.0.0 • Published 6 years ago

the-support v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

the-support

Build Status npm Version JS Standard

JS support version checker

Installation

$ npm install the-support --save

Usage

'use strict'

const {TheSupport} = require('the-support')

async function tryExample () {
  const support = new TheSupport('public/bundle/**/*.js')

  await support.es5() // Throw error unless es5 compatible
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

2.0.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago