Urara-Blog/node_modules/.pnpm-store/v3/files/db/1511dc3242c2ee35345c00ed6a42ff9e24f3ec3b0f4ab88982872dd74f7545fc1c0a70b54cd7e5d7df7215b4b227f780cb3f97f768c7a4a89b9944f05fbc45
2022-08-14 01:14:53 +08:00

2 lines
126 B
Text

import { BuildType } from '../types';
export declare function getModuleURL(moduleName: string, buildType: BuildType): string;