Skip to content

Commit 64ec0f0

Browse files
committed
chore: keep package root exports value-only
1 parent 760f812 commit 64ec0f0

1 file changed

Lines changed: 2 additions & 34 deletions

File tree

src/index.ts

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,2 @@
1-
export {
2-
createAgentDeviceClient,
3-
type AgentDeviceClient,
4-
type AgentDeviceClientConfig,
5-
type AgentDeviceDevice,
6-
type AgentDeviceIdentifiers,
7-
type AgentDeviceSelectionOptions,
8-
type AgentDeviceSession,
9-
type AgentDeviceSessionDevice,
10-
type AppCloseOptions,
11-
type AppCloseResult,
12-
type AppDeployOptions,
13-
type AppDeployResult,
14-
type AppInstallFromSourceOptions,
15-
type AppInstallFromSourceResult,
16-
type AppOpenOptions,
17-
type AppOpenResult,
18-
type CaptureScreenshotOptions,
19-
type CaptureScreenshotResult,
20-
type CaptureSnapshotOptions,
21-
type CaptureSnapshotResult,
22-
type EnsureSimulatorOptions,
23-
type EnsureSimulatorResult,
24-
type MaterializationReleaseOptions,
25-
type MaterializationReleaseResult,
26-
type MetroPrepareOptions,
27-
type MetroPrepareResult,
28-
type SessionCloseResult,
29-
type StartupPerfSample,
30-
} from './client.ts';
31-
export { AppError, type NormalizedError } from './utils/errors.ts';
32-
export type { MetroPrepareKind, MetroRuntimeHints } from './client-metro.ts';
33-
export type { SessionRuntimeHints } from './daemon/types.ts';
34-
export type { SnapshotNode } from './utils/snapshot.ts';
1+
export { createAgentDeviceClient } from './client.ts';
2+
export { AppError } from './utils/errors.ts';

0 commit comments

Comments
 (0)