mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 13:09:29 +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;
|