Skip to content

Commit f3b0867

Browse files
Merge pull request #1 from dsinjs/ts
Upgrade to typescript
2 parents 0ddb73e + 5649019 commit f3b0867

17 files changed

+2565
-2805
lines changed

DOCUMENTATION.md

Lines changed: 200 additions & 274 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ for (const node of tree) {
6161

6262
## Complete Documentation
6363
Checkout [DOCUMENTATION.md](DOCUMENTATION.md) for complete documentation or View Documentation online at [https://dsinjs.github.io/binary-tree/](https://dsinjs.github.io/binary-tree/)
64-
64+
> Note: May need to use polyfills for Array.entries(), to make BTree work in older browsers like IE11.
6565
6666
## Help us expand
6767
Let me know in issues/github page or on email which javascript functions to include in next release.

0 commit comments

Comments
 (0)