UNPKG

@foxpage/foxpage-manager

Version:

foxpage resource manager

6 lines (5 loc) 454 B
export declare const FOXPAGE_PACKAGE = "modules"; export declare const PACKAGE_JSON_FILENAME = "package"; export declare function resolvePackageDir(appId: string, packageName?: string, version?: string): string; export declare function resolvePackageJSPath(appId: string, packageName: string, version: string, hash?: string): string; export declare function resolvePackageJSONPath(appId: string, packageName: string, ver: string, salt?: string): string;