UNPKG
quadre-git
Version:
latest (1.0.0-alpha.3)
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
Integration of Git into Quadre
github.com/quadre-code/quadre-git
quadre-code/quadre-git
quadre-git
/
src
/
declarations
/
window.ts
10 lines
(6 loc)
•
132 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
interface
Window
{
quadreGit
: {
getExtensionPath
:
() =>
string
; };
isBracketsTestWindow
:
boolean
; }