Skip to content

Commit 49e765a

Browse files
fix type
1 parent 71c774a commit 49e765a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ export class SplitDataReader extends Reader<
555555
/**
556556
* Represents a URL stored into a `string`.
557557
*/
558-
interface URLString extends String {}
558+
type URLString = string;
559559

560560
/**
561561
* Represents a {@link Reader} instance used to fetch data from a URL.

0 commit comments

Comments
 (0)