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