Skip to content

Commit

Permalink
Merge pull request meikidd#13 from mud/fix/ts-export-default
Browse files Browse the repository at this point in the history
TS Export as default
  • Loading branch information
meikidd authored Dec 15, 2017
2 parents 38ecb59 + efd4718 commit 391e6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ declare module "iso-639-1" {

let localeCode: ISO6391;

export = localeCode;
export default localeCode;
}

0 comments on commit 391e6f3

Please sign in to comment.