UNPKG

osrs-tools

Version:

A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information

7 lines 333 B
export declare const itemModelPaths: { readonly yellowPartyhat: "osrs-tools/models/YellowPartyhat.obj"; }; export type ItemModelName = keyof typeof itemModelPaths; export declare function getItemModelPath(modelName: ItemModelName): string; export declare const yellowPartyhatModelPath: string; //# sourceMappingURL=index.d.ts.map