UNPKG
@goat-sdk/plugin-rugcheck
Version:
latest (0.1.6)
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
<div align="center"> <a href="https://github.com/goat-sdk/goat">
ohmygoat.dev
goat-sdk/goat
@goat-sdk/plugin-rugcheck
/
dist
/
api.d.ts
7 lines
(5 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
class
RugCheckApi
{
readonly
baseUrl =
"https://api.rugcheck.xyz/v1"
;
makeRequest
(
endpoint
:
string
,
options
?:
RequestInit
):
Promise
<
any
>; }
export
{
RugCheckApi
};