ginpei/html5-youtube.js

View on GitHub
src/web/html5-youtube.ts

Summary

Maintainability
A
0 mins
Test Coverage
import Html5YouTube from '../Html5YouTube';

declare global {
  // tslint:disable-next-line:interface-name
  interface Window {
    Html5YouTube: any;
  }
}

window.Html5YouTube = Html5YouTube;