remove redundant declaration from TS types module registration

This commit is contained in:
Eli Reisman
2024-06-10 10:11:00 -07:00
parent f60d59372e
commit d85edeb45d
-2
View File
@@ -13,6 +13,4 @@ declare module '@onebeyond/spdx-license-satisfies' {
candidateExpr: string,
licenses: string[]
): boolean
export function isValid(candidateExpr: string): boolean
}