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
/
commands
/
archive.d.ts
8 lines
•
290 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
interface
IArchiveConfig
{
packageName
:
string
;
gitCheckpoint
:
boolean
;
shouldPushGitCheckpoint
?:
boolean
; }
export
declare
function
archive
(
{ packageName, gitCheckpoint, shouldPushGitCheckpoint }:
IArchiveConfig
):
Promise
<
void
>;
export
{};
//# sourceMappingURL=archive.d.ts.map