.
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import type { BuildManifest } from '../get-page-files';
|
||||
export declare function getRequiredScripts(buildManifest: BuildManifest, assetPrefix: string, crossOrigin: undefined | '' | 'anonymous' | 'use-credentials', SRIManifest: undefined | Record<string, string>, qs: string, nonce: string | undefined, pagePath: string): [
|
||||
() => void,
|
||||
{
|
||||
src: string;
|
||||
integrity?: string;
|
||||
crossOrigin?: string | undefined;
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user