We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9a254d + da1e192 commit 7064305Copy full SHA for 7064305
index.d.ts
@@ -1,6 +1,6 @@
1
// Type definitions
2
3
-export function parse(url: string): Promise<FeedData>;
+export function read(url: string): Promise<FeedData>;
4
5
6
export interface FeedData {
0 commit comments