UNPKG

@lcap/nasl

Version:

NetEase Application Specific Language

14 lines 727 B
import type { MaterialManifest } from './types'; import type { Module } from '../../concepts'; export declare const DEPENDENCY_PREFIX = "/packages/extension"; export declare const BASIC_PREFIX = "/packages"; export declare const checkLibraryManifest: (dep: Module, filePath: string) => boolean; export declare const getFilePathFromManifest: (manifest: MaterialManifest, type: keyof Omit<MaterialManifest, 'hashMap'>, fileName: string) => string; export declare function getFetchURL(type: keyof Omit<MaterialManifest, 'hashMap'>, fileName: string, pkgInfo: { staticURL: string; name: string; version: string; manifest: MaterialManifest; extension?: boolean; }): string; //# sourceMappingURL=manifest.d.ts.map