UNPKG

siegel

Version:

Web application development ecosystem

5 lines (4 loc) 161 B
type GetFinalUrl = (curUrl: string, urlPath: string) => string; declare const getFinalURL: GetFinalUrl; export default getFinalURL; export type { GetFinalUrl };