Skip to content

Commit

Permalink
Update metacom.d.ts
Browse files Browse the repository at this point in the history
PR-URL: #207
  • Loading branch information
AliusDieMorietur authored and tshemsedinov committed Jul 1, 2021
1 parent 69720b7 commit f7a805d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

- Update typings

## [1.7.4][] - 2021-06-26

- Update Metacom exports
Expand Down
1 change: 1 addition & 0 deletions types/metacom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export class Metacom extends EventEmitter {
callId: number;
calls: Map<number, [Function, Function]>;
constructor(url: string);
static create(url: string, options?: unknown): Metacom;
ready(): Promise<void>;
load(interfaces: Array<string>): Promise<void>;
httpCall(
Expand Down

0 comments on commit f7a805d

Please sign in to comment.