Skip to content

Commit

Permalink
fix(dash): make manifest url optional
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalygashkov committed Apr 22, 2024
1 parent 58344db commit 30eed95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/dasha.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function parse(text: string, url: string, fallbackLanguage?: string): Promise<Manifest>;
export function parse(text: string, url?: string, fallbackLanguage?: string): Promise<Manifest>;

export interface Manifest {
duration?: number;
Expand Down

0 comments on commit 30eed95

Please sign in to comment.