Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 5, 2019
1 parent 055185b commit 321be94
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.d.ts
Expand Up @@ -222,11 +222,10 @@ declare const ansiEscapes: {
setCwd(cwd: string): string;

/**
Creates an escape code to display an "annotation" in iTerm2.
Display an annotation in iTerm2.
@param message - Message to display within annotation
@param options - Options to control display of annotation
@returns Escape code which will create an annotation when displayed in terminal
@param message - Message to display in the annotation.
@param options - Options to control the display of the annotation.
*/
annotation(message: string, options?: ansiEscapes.AnnotationOptions): string;
};
Expand Down

0 comments on commit 321be94

Please sign in to comment.