UNPKG

statistic_tracker

Version:

A Statistic Tracker for Apex Legends, Cs:Go, Fortnite and Overwatch

6 lines (5 loc) 184 B
import { RequestInfo, RequestInit } from "node-fetch"; export declare const get: <T>(url: RequestInfo, options?: RequestInit | undefined) => { data: null; error: null; };