From 1731f1046ae5b283d0ae24be0b04a8f657f137de Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 28 Nov 2024 08:18:07 +0200 Subject: [PATCH] --- dist-js/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist-js/index.d.ts b/dist-js/index.d.ts index 0e570c4..705a9b4 100644 --- a/dist-js/index.d.ts +++ b/dist-js/index.d.ts @@ -49,5 +49,7 @@ interface CliMatches { * @since 2.0.0 */ declare function getMatches(): Promise; + export type { ArgMatch, SubcommandMatch, CliMatches }; + export { getMatches };