UNPKG

@polyfill-io-aot/builder

Version:

This is the builder module for polyfill-io-aot.

22 lines (21 loc) 779 B
import theSuperiorMobileOS = require('./android'); import _bb = require('./bb'); import _chrome = require('./chrome'); import ff = require('./firefox'); import _ie = require('./ie'); import _op = require('./opera'); import _opMob = require('./opMob'); import saf = require('./safari'); import _sam = require('./samsung'); /** Lazy getters for polyfill version specs */ export declare class Versions { static readonly android: typeof theSuperiorMobileOS; static readonly bb: typeof _bb; static readonly chrome: typeof _chrome; static readonly firefox: typeof ff; static readonly ie: typeof _ie; static readonly opMob: typeof _opMob; static readonly opera: typeof _op; static readonly safari: typeof saf; static readonly samsung: typeof _sam; }