Skip to content

Commit

Permalink
Dont export internal interface (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Oct 3, 2020
1 parent a64f67c commit 38fb703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/searchable-stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { TextStreamSearch } from "text-stream-search"
/**
* the API we use to search streams for text or regular expressions
*/
export interface TextStreamSearcher {
interface TextStreamSearcher {
fullText(): string
waitForRegex(regex: RegExp, timeout?: number): Promise<string>
waitForText(text: string, timeout?: number): Promise<string>
Expand Down

0 comments on commit 38fb703

Please sign in to comment.