Skip to content

Commit a01f954

Browse files
committed
fix: typedefs
1 parent b88124d commit a01f954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import { Agent } from 'http';
66
import { URL, URLSearchParams } from 'url'
7-
import Blob = require('fetch-blob');
7+
import { Blob } from '@web-std/blob'
88

99
type AbortSignal = {
1010
readonly aborted: boolean;

0 commit comments

Comments
 (0)