@the-/support

15.4.23 • Public • Published

@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

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @the-/support

    Weekly Downloads

    24

    Version

    15.4.23

    License

    MIT

    Unpacked Size

    78.8 kB

    Total Files

    22

    Last publish

    Collaborators

    • okunishinishi