This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
Version 2.5.1
Updated JSDoc Types. 1. Imported types as typedef instead of importing inline. 2. Reduced the number of type casts by changing types from `Node` to `Element` where possible. 3. Add `checkjs` to package to run tsc to verify TypeScript parsing passes. 4. Build script now automatically runs type checker.