ginpei/html5-youtube.js

View on GitHub
src/youtube.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
declare namespace YT {
    export interface PlayerEvent {
    type?: string;
  }
}