UNPKG
outers
Version:
latest (8.6.11)
8.6.11
8.6.10
8.6.9
8.6.7
8.6.6
8.6.5
8.6.4
8.6.3
8.6.2
8.6.1
8.6.0
8.5.9
8.5.8
8.5.7
8.5.2
8.5.1
8.5.0
8.4.9
8.4.8
8.4.7
8.4.6
8.4.5
8.4.4
8.4.3
8.4.2
8.4.1
8.4.0
8.3.5
8.3.4
8.3.3
8.3.2
8.3.1
8.3.0
8.2.15
8.2.14
8.2.13
8.2.12
8.2.11
8.2.10
8.2.9
8.2.8
8.2.7
8.2.5
8.2.4
8.2.3
8.2.2
8.2.1
8.1.9
8.1.8
8.1.7
8.1.6
8.1.5
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.0
7.2.11
7.2.10
7.2.9
7.2.8
7.2.6
7.2.5
7.2.4
7.2.3
7.0.0
6.5.7
6.5.5
6.5.3
6.5.2
6.4.9
6.4.7
6.4.5
6.4.3
6.4.2
6.3.9
6.3.8
6.3.2
6.3.1
6.3.0
6.2.9
6.2.5
6.2.1
6.0.1
6.0.0
5.9.2
5.9.1
5.8.9
5.7.4
5.6.8
5.6.7
5.6.6
5.5.6
5.5.5
5.5.4
5.4.9
5.3.8
5.3.7
5.2.3
5.2.2
4.2.1
4.2.0
3.6.9
3.6.8
3.6.7
3.6.2
3.6.1
3.5.9
3.5.7
3.5.6
2.5.3
2.5.2
2.5.1
2.5.0
2.4.9
2.4.8
2.4.5
2.4.2
2.4.1
2.4.0
2.3.8
2.3.5
2.2.5
1.2.5
1.0.5
outers - a all in one package for your day to day use
github.com/AnkanSaha/outers
AnkanSaha/outers
outers
/
lib
/
Git Cloner
/
functions
/
Gitlab.function.d.ts
5 lines
(4 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
type
str
= string;
type
bool
= boolean; export default function GitlabCloner(UserName:
str
, RepositoryName:
str
, Directory:
str
, BranchName:
str
): Promise<
bool
>; export {};