From 9da1f7b8d596ce91fcba93c4f2e92cd3d41df2e4 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 2 Mar 2020 10:54:14 +0000 Subject: [PATCH] Fix unhomoglyph import to make browser-matrix.js happy once more --- src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.ts b/src/utils.ts index ec2113a91..c55534325 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -20,7 +20,7 @@ limitations under the License. * @module utils */ -import unhomoglyph from 'unhomoglyph'; +import * as unhomoglyph from 'unhomoglyph'; /** * Encode a dictionary of query parameters.