UNPKG
xtnsn
Version:
latest (1.5.4)
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
The CLI for your next Chrome Extension.
xtnsn
/
templates
/
typescript
/
chrome.d.ts
9 lines
(8 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
//
A
temporary solution
to
ignore TypeScript errors declare
var
chrome: { runtime: any; panel: any; devtools: any; storage: any; tabs: any; };