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