Skip to content

Commit

Permalink
Merge pull request #16 from UiPath/fix/export_IDisposable
Browse files Browse the repository at this point in the history
export IDisposable
  • Loading branch information
eduard-dumitru authored Nov 11, 2019
2 parents 2f597f1 + 96b3399 commit 618b34b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Clients/nodejs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { IPipeClientStream } from './foundation/pipes';
import { OperationCanceledError, ObjectDisposedError } from './foundation/errors';
import { WireError as IpcError } from './core/internals';
import { Trace } from './foundation/utils';
import { IDisposable } from './foundation/disposable';

export {
CancellationToken,
Expand All @@ -33,6 +34,7 @@ export {
IpcError,
ObjectDisposedError,
OperationCanceledError,
IDisposable,
__hasCancellationToken__,
__returns__,
Trace
Expand Down

0 comments on commit 618b34b

Please sign in to comment.