remove redundant declaration from TS types module registration
This commit is contained in:
Vendored
-2
@@ -13,6 +13,4 @@ declare module '@onebeyond/spdx-license-satisfies' {
|
|||||||
candidateExpr: string,
|
candidateExpr: string,
|
||||||
licenses: string[]
|
licenses: string[]
|
||||||
): boolean
|
): boolean
|
||||||
|
|
||||||
export function isValid(candidateExpr: string): boolean
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user