UNPKG

@availity/resolve-url

Version:
6 lines (4 loc) 282 B
declare function removeDotSegments(path: string): string; declare function removeDotSegmentsOfPath(iri: string, colonPosition: number): string; declare function resolve(relativeIRI: string, baseIRI?: string): string; export { removeDotSegments, removeDotSegmentsOfPath, resolve };