UNPKG

@gobistories/gobi-web-integration

Version:

Welcome to Gobi Web Integration. This library will let you put your Gobi stories on your site.

10 lines (8 loc) 174 B
interface Window { CustomEvent: typeof CustomEvent; Event: typeof Event; } declare module "promise-polyfill" { const Promise:PromiseConstructor; export = Promise; }