Skip to content

Commit

Permalink
feat(index): reexport environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Jun 10, 2019
1 parent 2389867 commit 9eae6e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export { log, enableLogger } from './util/logger';
export { LanguageIdentifier, CldFactory } from './cldFactory';
export { LanguageResult } from './cldAsmModule';
export { LanguageCode } from './languageCode';
export { ENVIRONMENT } from 'emscripten-wasm-loader';

0 comments on commit 9eae6e9

Please sign in to comment.