Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Aug 26, 2022
1 parent 13f834a commit e6d412f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/jsonify.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type {JsonPrimitive, JsonValue} from './basic';
import type {Finite, NegativeInfinity, PositiveInfinity} from './numeric';
import type {NegativeInfinity, PositiveInfinity} from './numeric';
import type {TypedArray} from './typed-array';

// Note: The return value has to be `any` and not `unknown` so it can match `void`.
Expand Down

0 comments on commit e6d412f

Please sign in to comment.