Files
blog/node_modules/hexo-util/dist/relative_url.d.ts
2025-07-16 16:30:56 +00:00

3 lines
100 B
TypeScript

declare function relativeUrlHelper(from?: string, to?: string): string;
export = relativeUrlHelper;