This repository was archived by the owner on Aug 11, 2021. It is now read-only.
v0.21.0
Features
BREAKING CHANGES
is-classis not longer used, useinstanceofinstead
The DAGNode.isDAGNode() and DAGLink.isDAGLink() methods no longer exist,
use instanceof DAGNode and instanceof DAGLink instead.
Please note that the newly added TypeScript types might lead to warnings/errors
if you use it in a TypeScript types checking environment.