mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-08-01 22:29:45 +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;
|