Commits
Click on a commit to change the comparison rangerefactor: rename isNodeAPISupported to assertNodeAPISupported
This function doesn't return a boolean or anything and throws if the
checked conditions are not met, so the existing name was confusing.
This commit renames the function to better convey what it does.