lib/plugins/helper/relative_url.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { relative_url } from 'hexo-util';

export = function(from: string, to: string) {
  return relative_url(from, to);
}