Skip to content

Commit

Permalink
fix(cldasmmodule): export runtime interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Sep 15, 2017
1 parent b5b29e1 commit 4ea0ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cldAsmModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,5 @@ export interface CldAsmModule {
kReliabilityHrBsThreshold: number;
new (minBytes: number, maxBytes: number): NNetLanguageIdentifier;
};
initializeRuntime(): Promise<boolean>;
}

0 comments on commit 4ea0ff1

Please sign in to comment.