mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-14 01:24:03 +00:00
fix: import * as console from 'console' removed
This commit is contained in:
parent
18fe006652
commit
9f197d48b0
|
@ -27,7 +27,6 @@ import { IBinaryTree } from '../../interfaces';
|
|||
import { trampoline } from '../../utils';
|
||||
import { Queue } from '../queue';
|
||||
import { IterableEntryBase } from '../base';
|
||||
import * as console from 'console';
|
||||
|
||||
/**
|
||||
* Represents a node in a binary tree.
|
||||
|
|
Loading…
Reference in a new issue