UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
utils
/
sendGithubRequest.d.ts
4 lines
•
237 B
TypeScript
View Raw
1
2
3
4
export
declare
const
sendGithubRequest
: <T>
(
token
:
string
,
url
:
string
,
method
:
"POST"
|
"GET"
|
"PATCH"
,
body
?:
object
|
undefined
,
headers
?: { [key:
string
]:
string
; }
) =>
Promise
<T>;
//# sourceMappingURL=sendGithubRequest.d.ts.map