UNPKG
rush-init-project-plugin
Version:
dev (0.10.0-beta.0)
latest (0.11.1)
0.11.1
0.11.0
0.10.2
0.10.1
0.10.0
0.10.0-beta.0
0.9.0
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.3.0-pr20.0
0.3.0-pr19.1
0.3.0-pr19.0
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
Rush plugin for initialize project in monorepo
github.com/tiktok/rush-plugins
tiktok/rush-plugins
rush-init-project-plugin
/
lib
/
ui
/
EventManager.d.ts
5 lines
•
236 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
PROCESS_STATUS
:
Record
<
string
,
number
>;
export
declare
const
getCurrentState
:
() =>
number
;
export
declare
const
start
:
() =>
void
;
export
declare
const
goNext
:
() =>
void
;
//# sourceMappingURL=EventManager.d.ts.map