Skip to content

Commit 7a3079f

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 21e93dd commit 7a3079f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/types/nodePackageJson.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,12 @@ export interface NodePackageJson {
5151
dist?: any // see https://github.com/CycloneDX/cyclonedx-node-npm/issues/1300
5252
}
5353

54-
54+
/**
55+
*
56+
*
57+
* Not implemented, yet.
58+
* TODO: write type assertion -- pullrequests welcome
59+
*/
5560
export function isNodePackageJson (value: any): value is NodePackageJson {
56-
/* TODO: write type assertion -- pullrequests welcome */
5761
throw new Error("Not implemented")
5862
}

0 commit comments

Comments
 (0)