mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-08-01 23:19:46 +08:00
3 lines
113 B
Text
3 lines
113 B
Text
import '../_version.js';
|
|
declare const getFriendlyURL: (url: URL | string) => string;
|
|
export { getFriendlyURL };
|