15.4.23 • Published 3 years ago

@the-/support v15.4.23

Weekly downloads
324
License
MIT
Repository
github
Last release
3 years ago

@the-/support

npm Version

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

See API Guide for more detail

License

This software is released under the MIT License.

Links

15.4.23

3 years ago

15.4.22

4 years ago

15.4.21

4 years ago

15.4.19

4 years ago

15.4.18

4 years ago

15.4.17

4 years ago

15.4.16

4 years ago

15.4.15

4 years ago

15.4.14

4 years ago

15.4.13

5 years ago

15.4.0

5 years ago

15.2.3

5 years ago

15.2.2

5 years ago

15.2.0

5 years ago

15.1.6

5 years ago

15.1.5

5 years ago

15.1.4

5 years ago

15.1.3

5 years ago

15.1.2

5 years ago

15.1.0

5 years ago

15.0.5

5 years ago

15.0.3

5 years ago