This release contains support for TypeScript and an additional change.
Changes
- Added support for TypeScript. Provided in #1 by @enzocomics
- Export the two classes
VerificationResult
andStatisticResult
to use the classes for type checking (for example, withinstanceof
)