Skip to content

Commit

Permalink
fix(ts): import types
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-online committed Apr 14, 2023
1 parent a7ac658 commit 5eb72e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import axios, { AxiosError, AxiosHeaders, AxiosRequestConfig, AxiosRequestHeaders } from 'axios';
import axios, { AxiosError, AxiosHeaders, type AxiosRequestConfig, type AxiosRequestHeaders } from 'axios';
import fileType from 'file-type';
import { ReadStream } from 'fs';
import { createHash } from 'node:crypto';
Expand Down

0 comments on commit 5eb72e9

Please sign in to comment.