Skip to content

Commit

Permalink
#128 export har typings via harFormat namespace
Browse files Browse the repository at this point in the history
same as npm module
  • Loading branch information
Michael Mrowetz committed Mar 14, 2017
1 parent 50d4ef5 commit e70a236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-utils/npm-export/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from "./types/main"
import * as typesHar from "har-format";
export { typesHar }
import * as harFormat from "har-format";
export { harFormat }

0 comments on commit e70a236

Please sign in to comment.