UNPKG

516 BTypeScriptView Raw
1declare type SlayerBeastSearchMethods = "terms" | "firstLetter" | "area" | "slayerCategory" | "weakness" | "levelRange";
2export declare const areas: () => Promise<unknown>;
3export declare const beast: (beastid: number) => Promise<unknown>;
4export declare const beastSearch: (search: string, method?: SlayerBeastSearchMethods) => Promise<unknown>;
5export declare const slayerCategories: () => Promise<unknown>;
6export declare const weaknesses: () => Promise<unknown>;
7export {};
8//# sourceMappingURL=bestiary.d.ts.map
\No newline at end of file