ginpei/html5-youtube.js

View on GitHub
src/window.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
interface Window {
  onYouTubeIframeAPIReady: (() => void) | undefined;
}