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

3 lines
85 B
TypeScript

declare function fullUrlForHelper(path?: string): string;
export = fullUrlForHelper;