inital #2
This commit is contained in:
7
out/polyfill.d.ts
vendored
Normal file
7
out/polyfill.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { RequestHandler } from 'express';
|
||||
import { PolyfillOptions } from 'polyfill-library';
|
||||
declare function getRouter(opts?: Partial<PolyfillOptions>): RequestHandler;
|
||||
export declare const Polyfill: {
|
||||
getRouter: typeof getRouter;
|
||||
};
|
||||
export {};
|
||||
Reference in New Issue
Block a user