Skip to content

Commit 7c678b8

Browse files
mishushakovclaude
andcommitted
Format index.ts exports
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1f7997e commit 7c678b8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

js/src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
export * from 'e2b'
22

33
export { Sandbox } from './sandbox'
4-
export type { Context, RunCodeLanguage, RunCodeOpts, CreateCodeContextOpts } from './sandbox'
4+
export type {
5+
Context,
6+
RunCodeLanguage,
7+
RunCodeOpts,
8+
CreateCodeContextOpts,
9+
} from './sandbox'
510
export type {
611
Logs,
712
ExecutionError,

0 commit comments

Comments
 (0)