UNPKG

iracing-node-api

Version:

A nodejs wrapper for Iracing's data api.

15 lines (12 loc) 240 B
import type { CookieJar } from 'tough-cookie'; declare namespace NodeJS { export interface ProcessEnv { EMAIL: string; PASSWORD: string; } } declare module 'axios' { interface AxiosRequestConfig { jar?: CookieJar; } }