TypeScript type definitions #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Similar to how @types/walk exists for fs-walk.js, there should be a package with TypeScript type definitions for @root/walk.js
Currently, trying to use @root/walk.js with TypeScript (without setting
noImplicitAny
to false in the compiler options) results in an error like below:Hey @murchu27, I've copied this issue over to GitHub (https://github.com/therootcompany/walk.js/issues/1) and flagged it good
first issue
andup-for-grabs
.I think this could be a simple matter of adding jsdoc to the file.