This package has been deprecated

Author message:

move to @the-/polyfill ( https://github.com/the-labo/the/tree/master/packages/polyfill#readme )

the-polyfill

3.1.6 • Public • Published

the-polyfill

Build Status npm Version JS Standard

Polyfill of the-frameworks

Installation

$ npm install the-polyfill --save

Usage

'use strict'
 
const thePolyfill = require('the-polyfill')
 
async function tryExample () {
  // Apply polyfill
  thePolyfill().apply()
}
 
tryExample().catch((err) => console.error(err))
 

API Guide

License

This software is released under the MIT License.

Links

/the-polyfill/

    Package Sidebar

    Install

    npm i the-polyfill

    Weekly Downloads

    2

    Version

    3.1.6

    License

    MIT

    Unpacked Size

    42.1 kB

    Total Files

    39

    Last publish

    Collaborators

    • okunishinishi