Skip to content

Commit d644fc2

Browse files
TypeScript formatting
Co-Authored-By: SteveSandersonMS <1101362+SteveSandersonMS@users.noreply.github.com>
1 parent 80bd426 commit d644fc2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

nodejs/src/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010

1111
export { CopilotClient } from "./client.js";
1212
export { CopilotSession, type AssistantMessageEvent } from "./session.js";
13-
export {
14-
defineTool,
15-
approveAll,
16-
SYSTEM_PROMPT_SECTIONS,
17-
} from "./types.js";
13+
export { defineTool, approveAll, SYSTEM_PROMPT_SECTIONS } from "./types.js";
1814
export type {
1915
CommandContext,
2016
CommandDefinition,

0 commit comments

Comments
 (0)