inital #3
This commit is contained in:
10
out/polyfill.d.ts
vendored
10
out/polyfill.d.ts
vendored
@@ -1,5 +1,13 @@
|
||||
import { RequestHandler } from 'express';
|
||||
import { PolyfillOptions } from 'polyfill-library';
|
||||
import { PolyfillFeatureList } from 'polyfill-library';
|
||||
export declare type PolyfillOptions = {
|
||||
minify: boolean;
|
||||
unknown: 'polyfill' | 'ignore';
|
||||
features: PolyfillFeatureList;
|
||||
excludes: string[];
|
||||
uaString: string;
|
||||
rum: boolean;
|
||||
};
|
||||
declare function getRouter(opts?: Partial<PolyfillOptions>): RequestHandler;
|
||||
export declare const Polyfill: {
|
||||
getRouter: typeof getRouter;
|
||||
|
||||
Reference in New Issue
Block a user