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
/
generateMD.d.ts
5 lines
•
246 B
TypeScript
View Raw
1
2
3
4
5
import
{
IProjectCheckpointMetadata
}
from
'./projectMetadata'
;
export
declare
const
convertProjectMetadataToMD
:
(
archivedProjectMetadataObject
: { [x:
string
]: IProjectCheckpointMetadata; }
) =>
string
;
//# sourceMappingURL=generateMD.d.ts.map