Skip to content

Commit

Permalink
fix: add missing fields to .d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 9, 2022
1 parent 6c6cdb4 commit 6818a5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/soundswallower.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export class Config implements Iterable<string> {
[Symbol.iterator](): IterableIterator<string>;
}
export class Decoder {
config: Config;
initialized: boolean;
delete(): void;
initialize(config?: Config|Object): Promise<any>;
reinitialize_audio(): Promise<void>;
Expand Down

0 comments on commit 6818a5e

Please sign in to comment.