UNPKG

@web/polyfills-loader

Version:

Generate loader for loading browser polyfills based on feature detection

7 lines 373 B
import { PolyfillsLoaderConfig, PolyfillsLoader } from './types.js'; /** * Creates a loader script that executes immediately, loading the configured * polyfills and resources (app entrypoints, scripts etc.). */ export declare function createPolyfillsLoader(cfg: PolyfillsLoaderConfig): Promise<PolyfillsLoader | null>; //# sourceMappingURL=createPolyfillsLoader.d.ts.map