UNPKG

@mome0320/kartrider.js-fetch

Version:

KartRider library interacting with Nexon API use fetch

7 lines (6 loc) 189 B
import 'cross-fetch/polyfill'; export declare const fetchFromAPI: (urlPath: string, URLInfo: { token: string; HTTPMethod?: string; params?: URLSearchParams; }) => Promise<any>;