add api-reports

Signed-off-by: Kiss Miklos <miklos@roadie.io>
This commit is contained in:
Kiss Miklos
2024-01-24 11:42:10 +01:00
parent 00c90984e5
commit 3800d4a8ad
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -175,6 +175,8 @@ export function createFetchTemplateAction(options: {
copyWithoutTemplating?: string[] | undefined;
cookiecutterCompat?: boolean | undefined;
replace?: boolean | undefined;
trimBlocks?: boolean | undefined;
lstripBlocks?: boolean | undefined;
},
JsonObject
>;
+6
View File
@@ -163,6 +163,12 @@ export function initRepoAndPush(input: {
commitHash: string;
}>;
// @public (undocumented)
export type NunjucksConfigs = {
trimBlocks?: boolean;
lstripBlocks?: boolean;
};
// @public (undocumented)
export const parseRepoUrl: (
repoUrl: string,