UNPKG

communitybuilds-node

Version:

Node.js API for Genshin Impact communitiy builds spreadsheet

14 lines 586 B
import { APIResponse, Config, GenshinCharacter, GenshinElement } from '../types/index.js'; import * as TE from 'fp-ts/TaskEither'; /** * Make api key available at module level * @param apiKey Google console api key */ export declare const setApiKey: (apiKey: string) => void; /** * Make configs available at module level * @param aconfig Config object */ export declare const setConfig: (aconfig: Config) => void; export declare const getBuildsByElementTask: (element: GenshinElement) => TE.TaskEither<string, APIResponse<GenshinCharacter>>; //# sourceMappingURL=retrieve.d.ts.map