Skip to content

Commit

Permalink
fix(iges): TS3.4 type inference
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 2, 2019
1 parent 5160a47 commit 34eab59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/iges/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const formatDictEntry = (e: DictEntry) =>
e.index
)
),
push(),
push<string>(),
[
e.type,
e.param || 0,
Expand Down

0 comments on commit 34eab59

Please sign in to comment.