UNPKG

a-bundleless-future-counter-component

Version:
7 lines (6 loc) 278 B
// Insert here all `declare module 'some-module'` for modules with types. // You can also add `export interface {...} <name>` to export Typescript stuff that you can't // define using JSDoc, but you have to do that in another `.d.ts` file. declare namespace W { window: any }