From 79f8d13481adb51f974083b2d1b7a497edb877ed Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 5 Aug 2020 13:32:49 +0200 Subject: [PATCH] chore: remove old tsdoc --- src/matcher/pathParserRanker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matcher/pathParserRanker.ts b/src/matcher/pathParserRanker.ts index a5f4a1d3..663f2bf2 100644 --- a/src/matcher/pathParserRanker.ts +++ b/src/matcher/pathParserRanker.ts @@ -4,7 +4,7 @@ import { assign } from '../utils' export type PathParams = Record /** - * @description A key + * A param in a url like `/users/:id` */ interface PathParserParamKey { name: string -- 2.39.5