UNPKG

@goat-sdk/plugin-rugcheck

Version:

<div align="center"> <a href="https://github.com/goat-sdk/goat">

7 lines (5 loc) 181 B
declare class RugCheckApi { readonly baseUrl = "https://api.rugcheck.xyz/v1"; makeRequest(endpoint: string, options?: RequestInit): Promise<any>; } export { RugCheckApi };