Incorrect definition of time in index.d.ts
Created by: jeremco
Hi This PR fixes an incorrect definition in index.d.ts file :
In MediaPlayer.js, undefined can be passed as argument of time function, not in typescript. This PR adds undefined type to time function declaration
Jérémie