Skip to content

Commit

Permalink
fix: use default import for bowser
Browse files Browse the repository at this point in the history
Reason: esModuleInterop is enabled in tsconfig.
Refs: bowser-js/bowser#284
  • Loading branch information
trivikr committed Feb 2, 2021
1 parent 1c42deb commit bf9467f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/util-user-agent-browser/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Provider, UserAgent } from "@aws-sdk/types";
import * as bowser from "bowser";
import bowser from "bowser";

import { DefaultUserAgentOptions } from "./configurations";

Expand Down

0 comments on commit bf9467f

Please sign in to comment.