diff --git a/types/history/PathUtils.d.ts b/types/history/PathUtils.d.ts index 80e5c2db54..18952a2b3e 100644 --- a/types/history/PathUtils.d.ts +++ b/types/history/PathUtils.d.ts @@ -6,4 +6,4 @@ export function hasBasename(path: Path): boolean; export function stripBasename(path: Path, prefix: string): Path; export function stripTrailingSlash(path: Path): Path; export function parsePath(path: Path): Location; -export function createPath(location: LocationDescriptorObject): Path; +export function createPath(location: LocationDescriptorObject): Path;