We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3771d36 commit 023184aCopy full SHA for 023184a
src/types/nodePackageJson.ts
@@ -62,7 +62,7 @@ export function isNodePackageJson (value: any): value is NodePackageJson {
62
throw new Error('Not implemented')
63
/* possible implementation:
64
try { assertNodePackageJson(value) }
65
- catch{ return false }
+ catch { return false }
66
return true
67
*/
68
}
0 commit comments