Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(typecheck): review check for ArrayBuffer
Apparently there's not a good easy way to check for something being an ArrayBuffer (isView returns false). Since it's an error condition anyway let it error out somewhere else.
- Loading branch information