Why is contentLength
a string instead of a number?
#1178
Unanswered
TheBrunoRM
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am wondering why the
contentLength
property from thevideoFormat
interface is declared as a string instead of as a number, as it is being used throughout the code only as a number. Is there any reason for this?I am talking about this
node-ytdl-core/typings/index.d.ts
Line 43 in 99e6c67
Beta Was this translation helpful? Give feedback.
All reactions