mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 05:09:30 +08:00
2 lines
126 B
Text
2 lines
126 B
Text
import { BuildType } from '../types';
|
|
export declare function getModuleURL(moduleName: string, buildType: BuildType): string;
|