From 4a6c24e666152c251a48318575d66b4f1141491f Mon Sep 17 00:00:00 2001 From: KhoaHTD Date: Fri, 1 Mar 2024 15:38:37 +0700 Subject: [PATCH] fix: license attribution --- lib/utils.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/utils.js b/lib/utils.js index 6388d61..ec15740 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -1,3 +1,10 @@ +/*! + * regexparam v2.0.2 + * https://github.com/lukeed/regexparam + * + * Copyright (c) Luke Edwards (lukeed.com) + * Released under the MIT license + */ function regexToParams(str, loose) { if (str instanceof RegExp) return { keys: false, pattern: str };