15.4.23 • Published 4 years ago

@the-/support v15.4.23

Weekly downloads
324
License
MIT
Repository
github
Last release
4 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

4 years ago

15.4.22

5 years ago

15.4.21

5 years ago

15.4.19

5 years ago

15.4.18

5 years ago

15.4.17

5 years ago

15.4.16

5 years ago

15.4.15

5 years ago

15.4.14

5 years ago

15.4.13

6 years ago

15.4.0

6 years ago

15.2.3

6 years ago

15.2.2

6 years ago

15.2.0

6 years ago

15.1.6

6 years ago

15.1.5

6 years ago

15.1.4

6 years ago

15.1.3

6 years ago

15.1.2

6 years ago

15.1.0

6 years ago

15.0.5

6 years ago

15.0.3

6 years ago