UNPKG
c3-simple-mind-map
Version:
latest (0.1.1)
0.1.1
0.1.0
一个简单的web在线思维导图
github.com/wanglin2/mind-map
wanglin2/mind-map
c3-simple-mind-map
/
types
/
src
/
utils
/
BatchExecution.d.ts
9 lines
(8 loc)
•
153 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
default
BatchExecution
declare
class
BatchExecution
{
has
: {}
queue
:
any
[]
nextTick
:
any
push
(
name
:
any
,
fn
:
any
):
void
flush
():
void
}