From 1d317f6da7bf3e5e25245f69d9f5bdb0be927681 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sun, 29 Mar 2020 18:15:31 +0200 Subject: [PATCH] chore: empty lines in docs --- src/matcher/path-parser-ranker.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/matcher/path-parser-ranker.ts b/src/matcher/path-parser-ranker.ts index bd65ed11..748b6ab6 100644 --- a/src/matcher/path-parser-ranker.ts +++ b/src/matcher/path-parser-ranker.ts @@ -28,6 +28,7 @@ export interface PathParser { * Parses a url and returns the matched params or nul if it doesn't match. An * optional param that isn't preset will be an empty string. A repeatable * param will be an array if there is at least one value. + * * @param path - url to parse * @returns a Params object, empty if there are no params. `null` if there is * no match @@ -35,6 +36,7 @@ export interface PathParser { parse(path: string): PathParams | null /** * Creates a string version of the url + * * @param params - object of params * @returns a url */ -- 2.47.2