UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

11 lines (10 loc) 264 B
import { ApiBase } from '../../base/apiBase'; /** * /v2/dailycrafting Api */ export declare class DailyCraftingApi extends ApiBase { /** * Returns information about time-gated recipes that can be crafted in-game. */ get(): Promise<string[]>; }