npm.io
2.0.0 • Published 8 years ago

the-support

Licence
MIT
Version
2.0.0
Deps
5
Size
53 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated

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.

Keywords