UNPKG

@fightmegg/riot-rate-limiter

Version:
5 lines (4 loc) 231 B
import { RequestInfo } from "node-fetch"; import { PlatformId } from "./@types"; export declare const extractRegion: (url: RequestInfo) => PlatformId | null; export declare const extractMethod: (url: RequestInfo) => string | null;