@capraconsulting/cals-cli 3.13.1 → 3.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cals-cli.mjs +588 -2450
- package/lib/cals-cli.mjs.map +1 -1
- package/lib/cli/reporter.d.ts +5 -6
- package/lib/cli/util.d.ts +1 -6
- package/lib/config.d.ts +0 -2
- package/lib/definition/index.d.ts +1 -1
- package/lib/definition/types.d.ts +0 -52
- package/lib/github/index.d.ts +0 -2
- package/lib/github/service.d.ts +2 -67
- package/lib/github/types.d.ts +0 -63
- package/lib/github/util.d.ts +0 -1
- package/lib/index.d.ts +0 -9
- package/lib/index.es.js +8 -1323
- package/lib/index.es.js.map +1 -1
- package/lib/index.js +8 -1323
- package/lib/index.js.map +1 -1
- package/package.json +7 -19
- package/lib/cli/commands/definition/dump-setup.d.ts +0 -3
- package/lib/cli/commands/definition/util.d.ts +0 -6
- package/lib/cli/commands/definition/util.test.d.ts +0 -1
- package/lib/cli/commands/definition/validate.d.ts +0 -3
- package/lib/cli/commands/definition.d.ts +0 -3
- package/lib/cli/commands/delete-cache.d.ts +0 -3
- package/lib/cli/commands/getting-started.d.ts +0 -3
- package/lib/cli/commands/github/analyze-directory.d.ts +0 -3
- package/lib/cli/commands/github/configure.d.ts +0 -3
- package/lib/cli/commands/github/list-pull-requests-stats.d.ts +0 -3
- package/lib/cli/commands/github/list-webhooks.d.ts +0 -3
- package/lib/cli/commands/github/util.d.ts +0 -3
- package/lib/cli/commands/snyk/report.d.ts +0 -3
- package/lib/cli/commands/snyk/set-token.d.ts +0 -3
- package/lib/cli/commands/snyk/sync.d.ts +0 -3
- package/lib/cli/commands/snyk.d.ts +0 -3
- package/lib/github/changeset/changeset.d.ts +0 -21
- package/lib/github/changeset/execute.d.ts +0 -10
- package/lib/github/changeset/types.d.ts +0 -88
- package/lib/snyk/index.d.ts +0 -3
- package/lib/snyk/service.d.ts +0 -30
- package/lib/snyk/token.d.ts +0 -11
- package/lib/snyk/types.d.ts +0 -62
- package/lib/snyk/util.d.ts +0 -3
- package/lib/snyk/util.test.d.ts +0 -1
- package/lib/testing/executor.d.ts +0 -25
- package/lib/testing/index.d.ts +0 -2
- package/lib/testing/lib.d.ts +0 -63
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capraconsulting/cals-cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.14.0",
|
|
4
4
|
"description": "CLI for repeatable tasks in CALS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"prepare": "
|
|
8
|
+
"prepare": "node scripts/create-definition-schema.ts && husky",
|
|
9
9
|
"build": "rollup -c",
|
|
10
10
|
"test": "vitest run --coverage src",
|
|
11
11
|
"test:watch": "vitest --coverage src",
|
|
@@ -33,41 +33,29 @@
|
|
|
33
33
|
"find-up": "^8.0.0",
|
|
34
34
|
"js-yaml": "^4.1.1",
|
|
35
35
|
"keytar": "^7.9.0",
|
|
36
|
-
"node-fetch": "^3.3.2",
|
|
37
36
|
"p-limit": "^7.2.0",
|
|
38
|
-
"p-map": "^7.0.4",
|
|
39
|
-
"read": "^5.0.1",
|
|
40
|
-
"semver": "^7.7.3",
|
|
41
|
-
"sprintf-js": "^1.1.3",
|
|
42
37
|
"yargs": "18.0.0"
|
|
43
38
|
},
|
|
44
39
|
"devDependencies": {
|
|
45
|
-
"@biomejs/biome": "2.3.
|
|
40
|
+
"@biomejs/biome": "2.3.13",
|
|
46
41
|
"@commitlint/cli": "20.3.1",
|
|
47
42
|
"@commitlint/config-conventional": "20.3.1",
|
|
48
43
|
"@octokit/types": "16.0.0",
|
|
49
44
|
"@rollup/plugin-alias": "6.0.0",
|
|
50
45
|
"@rollup/plugin-json": "6.1.0",
|
|
51
46
|
"@rollup/plugin-replace": "6.0.3",
|
|
52
|
-
"@types/dateformat": "5.0.3",
|
|
53
47
|
"@types/js-yaml": "4.0.9",
|
|
54
|
-
"@types/lodash-es": "4.17.12",
|
|
55
48
|
"@types/node": "24.10.9",
|
|
56
|
-
"@types/node-fetch": "2.6.13",
|
|
57
|
-
"@types/semver": "7.7.1",
|
|
58
|
-
"@types/sprintf-js": "1.1.4",
|
|
59
49
|
"@types/yargs": "17.0.35",
|
|
60
|
-
"@vitest/coverage-v8": "4.0.
|
|
61
|
-
"dateformat": "5.0.3",
|
|
50
|
+
"@vitest/coverage-v8": "4.0.18",
|
|
62
51
|
"husky": "9.1.7",
|
|
63
|
-
"npm-check-updates": "19.3.
|
|
64
|
-
"rollup": "4.
|
|
52
|
+
"npm-check-updates": "19.3.2",
|
|
53
|
+
"rollup": "4.57.0",
|
|
65
54
|
"rollup-plugin-typescript2": "0.36.0",
|
|
66
55
|
"semantic-release": "25.0.2",
|
|
67
|
-
"tsx": "4.21.0",
|
|
68
56
|
"typescript": "5.9.3",
|
|
69
57
|
"typescript-json-schema": "0.67.1",
|
|
70
|
-
"vitest": "4.0.
|
|
58
|
+
"vitest": "4.0.18"
|
|
71
59
|
},
|
|
72
60
|
"files": [
|
|
73
61
|
"lib"
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Reorder a list to preserve same order as it had previously.
|
|
3
|
-
*
|
|
4
|
-
* Not a very pretty algorithm but it works for us.
|
|
5
|
-
*/
|
|
6
|
-
export declare function reorderListToSimilarAsBefore<T>(oldList: T[], updatedList: T[], selector: (item: T) => string, insertLast?: boolean): T[];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { Definition } from "../../definition/types";
|
|
2
|
-
import type { GitHubService } from "../service";
|
|
3
|
-
import type { OrgsGetResponse } from "../types";
|
|
4
|
-
import type { ChangeSetItem } from "./types";
|
|
5
|
-
/**
|
|
6
|
-
* Generate change set items for projects.
|
|
7
|
-
*/
|
|
8
|
-
export declare function createChangeSetItemsForProjects(github: GitHubService, definition: Definition, limitToOrg: string | undefined): Promise<ChangeSetItem[]>;
|
|
9
|
-
/**
|
|
10
|
-
* Generate change set items for organization members.
|
|
11
|
-
*/
|
|
12
|
-
export declare function createChangeSetItemsForMembers(github: GitHubService, definition: Definition, org: OrgsGetResponse): Promise<ChangeSetItem[]>;
|
|
13
|
-
/**
|
|
14
|
-
* Generate change set items for organization teams.
|
|
15
|
-
*/
|
|
16
|
-
export declare function createChangeSetItemsForTeams(github: GitHubService, definition: Definition, org: OrgsGetResponse): Promise<ChangeSetItem[]>;
|
|
17
|
-
/**
|
|
18
|
-
* Remove redundant change set items due to effects by other
|
|
19
|
-
* change set items.
|
|
20
|
-
*/
|
|
21
|
-
export declare function cleanupChangeSetItems(items: ChangeSetItem[]): ChangeSetItem[];
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { Reporter } from "../../cli/reporter";
|
|
2
|
-
import type { GitHubService } from "../service";
|
|
3
|
-
import type { ChangeSetItem, RepoCreateItem } from "./types";
|
|
4
|
-
type NotImplementedChangeSetItem = RepoCreateItem;
|
|
5
|
-
export declare function isNotImplementedChangeSetItem(changeItem: ChangeSetItem): changeItem is NotImplementedChangeSetItem;
|
|
6
|
-
/**
|
|
7
|
-
* Execute a change set.
|
|
8
|
-
*/
|
|
9
|
-
export declare function executeChangeSet(github: GitHubService, changes: ChangeSetItem[], reporter: Reporter): Promise<void>;
|
|
10
|
-
export {};
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import type { Permission } from "../types";
|
|
2
|
-
export interface RepoCreateItem {
|
|
3
|
-
type: "repo-create";
|
|
4
|
-
org: string;
|
|
5
|
-
repo: string;
|
|
6
|
-
}
|
|
7
|
-
export interface RepoAttribUpdateItem {
|
|
8
|
-
type: "repo-update";
|
|
9
|
-
org: string;
|
|
10
|
-
repo: string;
|
|
11
|
-
attribs: ({
|
|
12
|
-
archived: boolean;
|
|
13
|
-
} | {
|
|
14
|
-
issues: boolean;
|
|
15
|
-
} | {
|
|
16
|
-
wiki: boolean;
|
|
17
|
-
} | {
|
|
18
|
-
private: boolean;
|
|
19
|
-
})[];
|
|
20
|
-
}
|
|
21
|
-
export interface RepoTeamAddItem {
|
|
22
|
-
type: "repo-team-add";
|
|
23
|
-
org: string;
|
|
24
|
-
repo: string;
|
|
25
|
-
team: string;
|
|
26
|
-
permission: Permission;
|
|
27
|
-
}
|
|
28
|
-
export interface RepoTeamRemoveItem {
|
|
29
|
-
type: "repo-team-remove";
|
|
30
|
-
org: string;
|
|
31
|
-
repo: string;
|
|
32
|
-
team: string;
|
|
33
|
-
}
|
|
34
|
-
export interface RepoTeamPermissionItem {
|
|
35
|
-
type: "repo-team-permission";
|
|
36
|
-
org: string;
|
|
37
|
-
repo: string;
|
|
38
|
-
team: string;
|
|
39
|
-
permission: Permission;
|
|
40
|
-
current: {
|
|
41
|
-
permission: Permission;
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
export interface MemberRemoveItem {
|
|
45
|
-
type: "member-remove";
|
|
46
|
-
org: string;
|
|
47
|
-
user: string;
|
|
48
|
-
}
|
|
49
|
-
export interface MemberAddItem {
|
|
50
|
-
type: "member-add";
|
|
51
|
-
org: string;
|
|
52
|
-
user: string;
|
|
53
|
-
}
|
|
54
|
-
export interface TeamRemoveItem {
|
|
55
|
-
type: "team-remove";
|
|
56
|
-
org: string;
|
|
57
|
-
team: string;
|
|
58
|
-
}
|
|
59
|
-
export interface TeamAddItem {
|
|
60
|
-
type: "team-add";
|
|
61
|
-
org: string;
|
|
62
|
-
team: string;
|
|
63
|
-
}
|
|
64
|
-
export interface TeamMemberRemoveItem {
|
|
65
|
-
type: "team-member-remove";
|
|
66
|
-
org: string;
|
|
67
|
-
team: string;
|
|
68
|
-
user: string;
|
|
69
|
-
}
|
|
70
|
-
export interface TeamMemberAddItem {
|
|
71
|
-
type: "team-member-add";
|
|
72
|
-
org: string;
|
|
73
|
-
team: string;
|
|
74
|
-
user: string;
|
|
75
|
-
role: "member" | "maintainer";
|
|
76
|
-
}
|
|
77
|
-
export interface TeamMemberPermissionItem {
|
|
78
|
-
type: "team-member-permission";
|
|
79
|
-
org: string;
|
|
80
|
-
team: string;
|
|
81
|
-
user: string;
|
|
82
|
-
role: "member" | "maintainer";
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* A change set item describes a transition on the end
|
|
86
|
-
* service to become in sync with the desired definition.
|
|
87
|
-
*/
|
|
88
|
-
export type ChangeSetItem = RepoCreateItem | RepoAttribUpdateItem | RepoTeamPermissionItem | RepoTeamAddItem | RepoTeamRemoveItem | MemberAddItem | MemberRemoveItem | TeamRemoveItem | TeamAddItem | TeamMemberRemoveItem | TeamMemberAddItem | TeamMemberPermissionItem;
|
package/lib/snyk/index.d.ts
DELETED
package/lib/snyk/service.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import type { Config } from "../config";
|
|
2
|
-
import type { Definition } from "../definition";
|
|
3
|
-
import { type SnykTokenProvider } from "./token";
|
|
4
|
-
import type { SnykProject } from "./types";
|
|
5
|
-
interface SnykServiceProps {
|
|
6
|
-
config: Config;
|
|
7
|
-
tokenProvider: SnykTokenProvider;
|
|
8
|
-
}
|
|
9
|
-
export declare class SnykService {
|
|
10
|
-
private config;
|
|
11
|
-
private tokenProvider;
|
|
12
|
-
constructor(props: SnykServiceProps);
|
|
13
|
-
getProjects(definition: Definition): Promise<SnykProject[]>;
|
|
14
|
-
getProjectsByAccountId(snykAccountId: string,
|
|
15
|
-
/**
|
|
16
|
-
* The slug name of a Snyk organization.
|
|
17
|
-
*
|
|
18
|
-
* NOTE: This is only used to construct the browsable URL for a given project, and is not being used
|
|
19
|
-
* in API calls to Snyk.
|
|
20
|
-
*
|
|
21
|
-
* @default - the slug corresponding to Lifligs Snyk organization ("it").
|
|
22
|
-
*/
|
|
23
|
-
snykOrgSlugId?: string): Promise<SnykProject[]>;
|
|
24
|
-
}
|
|
25
|
-
interface CreateSnykServiceProps {
|
|
26
|
-
config: Config;
|
|
27
|
-
tokenProvider?: SnykTokenProvider;
|
|
28
|
-
}
|
|
29
|
-
export declare function createSnykService(props: CreateSnykServiceProps): SnykService;
|
|
30
|
-
export {};
|
package/lib/snyk/token.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export interface SnykTokenProvider {
|
|
2
|
-
getToken(): Promise<string | undefined>;
|
|
3
|
-
markInvalid(): Promise<void>;
|
|
4
|
-
}
|
|
5
|
-
export declare class SnykTokenCliProvider implements SnykTokenProvider {
|
|
6
|
-
private keyringService;
|
|
7
|
-
private keyringAccount;
|
|
8
|
-
getToken(): Promise<string | undefined>;
|
|
9
|
-
markInvalid(): Promise<void>;
|
|
10
|
-
setToken(value: string): Promise<void>;
|
|
11
|
-
}
|
package/lib/snyk/types.d.ts
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
export interface ProjectResponse {
|
|
2
|
-
data: RestAPIProject[];
|
|
3
|
-
links: {
|
|
4
|
-
next?: string;
|
|
5
|
-
};
|
|
6
|
-
}
|
|
7
|
-
export interface RestAPIProject {
|
|
8
|
-
id: string;
|
|
9
|
-
attributes: {
|
|
10
|
-
name: string;
|
|
11
|
-
type: string;
|
|
12
|
-
origin: string;
|
|
13
|
-
created: string;
|
|
14
|
-
status: string;
|
|
15
|
-
settings: {
|
|
16
|
-
recurring_tests: {
|
|
17
|
-
frequency: string;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
meta: {
|
|
22
|
-
latest_dependency_total: {
|
|
23
|
-
updated_at: string;
|
|
24
|
-
total: number;
|
|
25
|
-
};
|
|
26
|
-
latest_issue_counts: {
|
|
27
|
-
critical?: number;
|
|
28
|
-
high: number;
|
|
29
|
-
medium: number;
|
|
30
|
-
low: number;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
/** Type represents format of responses from the deprecated List all projects v1 API
|
|
35
|
-
https://snyk.docs.apiary.io/#reference/projects/all-projects/list-all-projects **/
|
|
36
|
-
export interface SnykProject {
|
|
37
|
-
name: string;
|
|
38
|
-
id: string;
|
|
39
|
-
created: string;
|
|
40
|
-
origin: string;
|
|
41
|
-
type: string;
|
|
42
|
-
testFrequency: string;
|
|
43
|
-
isMonitored: boolean;
|
|
44
|
-
totalDependencies: number;
|
|
45
|
-
issueCountsBySeverity: {
|
|
46
|
-
critical?: number;
|
|
47
|
-
high: number;
|
|
48
|
-
medium: number;
|
|
49
|
-
low: number;
|
|
50
|
-
};
|
|
51
|
-
/**
|
|
52
|
-
* E.g. http://github.com/capralifecycle/some-repo.git
|
|
53
|
-
* Set when using the CLI.
|
|
54
|
-
*/
|
|
55
|
-
remoteRepoUrl?: string;
|
|
56
|
-
lastTestedDate?: string | null;
|
|
57
|
-
browseUrl: string;
|
|
58
|
-
}
|
|
59
|
-
export interface SnykGitHubRepo {
|
|
60
|
-
owner: string;
|
|
61
|
-
name: string;
|
|
62
|
-
}
|
package/lib/snyk/util.d.ts
DELETED
package/lib/snyk/util.test.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export declare class TestExecutor {
|
|
2
|
-
private shutdown;
|
|
3
|
-
private cleanupTask;
|
|
4
|
-
private usingWithCleanupTasks;
|
|
5
|
-
private readonly tasks;
|
|
6
|
-
/**
|
|
7
|
-
* Check if we are currently in shutdown state due to user
|
|
8
|
-
* asking to abort (Ctrl+C).
|
|
9
|
-
*/
|
|
10
|
-
checkCanContinue(): void;
|
|
11
|
-
runTasks(): Promise<void>;
|
|
12
|
-
/**
|
|
13
|
-
* Register a task that will be run during cleanup phase.
|
|
14
|
-
*/
|
|
15
|
-
registerCleanupTask(task: () => Promise<void>): void;
|
|
16
|
-
/**
|
|
17
|
-
* Run the code block while ensuring we can run cleanup tasks
|
|
18
|
-
* after the execution or if the process is interrupted.
|
|
19
|
-
*
|
|
20
|
-
* The main method of the program should be executed by using
|
|
21
|
-
* this method.
|
|
22
|
-
*/
|
|
23
|
-
runWithCleanupTasks(body: (executor: TestExecutor) => Promise<void>): Promise<void>;
|
|
24
|
-
}
|
|
25
|
-
export declare function createTestExecutor(): TestExecutor;
|
package/lib/testing/index.d.ts
DELETED
package/lib/testing/lib.d.ts
DELETED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { type Subprocess } from "execa";
|
|
2
|
-
import type { TestExecutor } from "./executor";
|
|
3
|
-
export interface Container {
|
|
4
|
-
id: string;
|
|
5
|
-
name: string;
|
|
6
|
-
network: Network;
|
|
7
|
-
process: Subprocess;
|
|
8
|
-
executor: TestExecutor;
|
|
9
|
-
}
|
|
10
|
-
export interface Network {
|
|
11
|
-
id: string;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Create a new Docker network.
|
|
15
|
-
*/
|
|
16
|
-
export declare function createNetwork(executor: TestExecutor): Promise<Network>;
|
|
17
|
-
/**
|
|
18
|
-
* Execute curl within the Docker network.
|
|
19
|
-
*/
|
|
20
|
-
export declare function curl(executor: TestExecutor, network: Network, ...args: string[]): Promise<string>;
|
|
21
|
-
/**
|
|
22
|
-
* Repeatedly check for a condition until timeout.
|
|
23
|
-
*
|
|
24
|
-
* The condition can throw an error without aborting the loop.
|
|
25
|
-
* To abort the condition must return false.
|
|
26
|
-
*/
|
|
27
|
-
export declare function pollForCondition({ container, attempts, waitIntervalSec, condition, }: {
|
|
28
|
-
container: Container;
|
|
29
|
-
attempts: number;
|
|
30
|
-
waitIntervalSec: number;
|
|
31
|
-
condition: () => Promise<boolean>;
|
|
32
|
-
}): Promise<void>;
|
|
33
|
-
export declare function waitForHttpOk({ container, url, attempts, waitIntervalSec, }: {
|
|
34
|
-
container: Container;
|
|
35
|
-
url: string;
|
|
36
|
-
attempts?: number;
|
|
37
|
-
waitIntervalSec?: number;
|
|
38
|
-
}): Promise<void>;
|
|
39
|
-
export declare function waitForPostgresAvailable({ container, attempts, waitIntervalSec, username, password, dbname, }: {
|
|
40
|
-
container: Container;
|
|
41
|
-
attempts?: number;
|
|
42
|
-
waitIntervalSec?: number;
|
|
43
|
-
username?: string;
|
|
44
|
-
password?: string;
|
|
45
|
-
dbname: string;
|
|
46
|
-
}): Promise<void>;
|
|
47
|
-
export declare function startContainer({ executor, network, imageId, alias, env, dockerArgs, pull, }: {
|
|
48
|
-
executor: TestExecutor;
|
|
49
|
-
network: Network;
|
|
50
|
-
imageId: string;
|
|
51
|
-
alias?: string;
|
|
52
|
-
env?: Record<string, string>;
|
|
53
|
-
dockerArgs?: string[];
|
|
54
|
-
pull?: boolean;
|
|
55
|
-
}): Promise<Container>;
|
|
56
|
-
export declare function runNpmRunScript(name: string, options?: {
|
|
57
|
-
env: NodeJS.ProcessEnv;
|
|
58
|
-
}): Promise<void>;
|
|
59
|
-
/**
|
|
60
|
-
* This likely does not cover all situations.
|
|
61
|
-
*/
|
|
62
|
-
export declare function getDockerHostAddress(): Promise<string>;
|
|
63
|
-
export declare function waitForEnterToContinue(prompt?: string): Promise<void>;
|