Skip to content

Commit

Permalink
docs: update typings, add options.dlChunkSize (#723)
Browse files Browse the repository at this point in the history
* update typing

* update

* Revert "update"

This reverts commit 46ee32e.
  • Loading branch information
YinglunQ committed Oct 13, 2020
1 parent 7557608 commit d2500af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ declare module 'ytdl-core' {
requestOptions?: {};
highWaterMark?: number;
lang?: string;
dlChunkSize?: number;
}

interface videoFormat {
Expand Down

0 comments on commit d2500af

Please sign in to comment.