mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2025-04-25 23:33:31 +00:00
fix: import * as console from 'console' removed
This commit is contained in:
parent
18fe006652
commit
9f197d48b0
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue