inital #6
This commit is contained in:
6
out/polyfill.d.ts
vendored
6
out/polyfill.d.ts
vendored
@@ -1,5 +1,9 @@
|
||||
import { RequestHandler } from 'express';
|
||||
import { PolyfillFeatureList } from 'polyfill-library';
|
||||
export declare type PolyfillFeatureList = {
|
||||
[featureName: string]: {
|
||||
flags?: string[];
|
||||
};
|
||||
};
|
||||
export declare type PolyfillOptions = {
|
||||
minify: boolean;
|
||||
unknown: 'polyfill' | 'ignore';
|
||||
|
||||
Reference in New Issue
Block a user