Skip to content

Commit 21e93dd

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 3a11249 commit 21e93dd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ export * from './integer'
2323
export * from './mimeType'
2424

2525
// yes, this is node-specific, but who cares - these are just types
26-
export type * from './nodePackageJson'
26+
export * from './nodePackageJson'

src/types/nodePackageJson.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ export interface NodePackageJson {
5252
}
5353

5454

55-
/* TODO: write type assertion
5655
export function isNodePackageJson (value: any): value is NodePackageJson {
57-
...
56+
/* TODO: write type assertion -- pullrequests welcome */
57+
throw new Error("Not implemented")
5858
}
59-
*/

0 commit comments

Comments
 (0)