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
/
jquery.ts
5 lines
(4 loc)
•
86 B
text/typescript
View Raw
1
2
3
4
5
interface
JQuery
{
andSelf
:
() =>
JQuery
;
tab
:
(
cmd
:
string
) =>
JQuery
; }