Skip to content

Commit 7064305

Browse files
authored
Merge pull request #24 from ekoeryanto/patch-1
Update index.d.ts
2 parents c9a254d + da1e192 commit 7064305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Type definitions
22

3-
export function parse(url: string): Promise<FeedData>;
3+
export function read(url: string): Promise<FeedData>;
44

55

66
export interface FeedData {

0 commit comments

Comments
 (0)