Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit abc84ca

Browse files
committed
types: Make options & session not internal.
1 parent 9f0b813 commit abc84ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/StreamrClient.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,7 @@ export class StreamrClient extends EventEmitter { // eslint-disable-line no-rede
170170
id: string
171171
/** @internal */
172172
debug: Debug.Debugger
173-
/** @internal */
174173
options: StrictStreamrClientOptions
175-
/** @internal */
176174
session: Session
177175
/** @internal */
178176
connection: StreamrConnection

0 commit comments

Comments
 (0)