mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-08-02 18:59:45 +08:00
4 lines
164 B
Text
4 lines
164 B
Text
import { ManifestTransform } from '../types';
|
|
export declare function modifyURLPrefixTransform(modifyURLPrefix: {
|
|
[key: string]: string;
|
|
}): ManifestTransform;
|