Skip to content

Commit

Permalink
Update type import syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vmizg committed Jun 20, 2023
1 parent 85c1867 commit 6141e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {type ListenOptions} from 'node:net';
import type {ListenOptions} from 'node:net';

export type Options = {
/**
Expand Down

0 comments on commit 6141e6b

Please sign in to comment.