/** * References * - https://kangax.github.io/compat-table/es6/ * - MDN */ export declare const enum Feature { AggregateError = 1, ArrayPrototypeValues = 2, ArrowFunction = 4, BigInt = 8, ErrorPrototypeStack = 16, Map = 32, MethodShorthand = 64, ObjectAssign = 128, Promise = 256, Set = 512, Symbol = 1024, TypedArray = 2048, BigIntTypedArray = 4096 } export declare const ALL_ENABLED = 8191;