Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues with Node.isOptional() typings (#374)
Currently, Node.isOptional is a function returning a boolean, but the typings show it as a property, not a method. Changing it to a method would help many TypeScript users, and I'm running into issues using this function myself.
- Loading branch information