UNPKG
@bracketed/create-templates
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Download and use my templates using this command line system!
bracketed.co.uk
bracketed/templatecli
@bracketed/create-templates
/
dist
/
utilities
/
github.d.ts
5 lines
•
187 B
TypeScript
View Raw
1
2
3
4
5
declare
class
github
{
static
check
(
repoOwner
:
string
,
repoName
:
string
,
auth
?:
string
|
undefined
|
null
):
Promise
<
any
>; }
export
{ github };
//# sourceMappingURL=github.d.ts.map