Skip to content

Commit

Permalink
export symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 19, 2024
1 parent ca4f1d9 commit 3dfe879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type SelectOption = {
hint?: string;
};

const kCancel = Symbol.for("cancel");
export const kCancel = Symbol.for("cancel");

export type PromptCommonOptions = {
/**
Expand Down

0 comments on commit 3dfe879

Please sign in to comment.