UNPKG
rush-archive-project-plugin
Version:
latest (1.2.2)
pr51 (1.1.5-pr51.0)
1.2.2
1.2.1
1.2.0
1.1.7
1.1.6
1.1.5
1.1.5-pr51.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.1.0
Rush plugin to archive project
github.com/tiktok/rush-plugins
tiktok/rush-plugins
rush-archive-project-plugin
/
lib
/
logic
/
promptRushUpdate.d.ts
6 lines
•
276 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
ITerminal
}
from
"@rushstack/node-core-library"
;
export
interface
IPromptRushUpdateParams
{
terminal
:
ITerminal
; }
export
declare
function
promptRushUpdate
(
{ terminal, }:
IPromptRushUpdateParams
):
Promise
<
void
>;
//# sourceMappingURL=promptRushUpdate.d.ts.map