UNPKG

eldenring-api

Version:

Elden Ring API Wrapper

6 lines (5 loc) 136 B
export declare class Base { private endpoint; constructor(endpoint: string); protected fetch(name: string): Promise<any>; }