tf2-item-format
Version:
Format's TF2 items like backpack.tf does
9 lines (8 loc) • 390 B
TypeScript
import ParsedEcon from '../../ParsedEcon';
import { EconDescription } from '../../../types';
import { ISchema } from '../../../types/schema';
/**
* Checks if texture is the one on the item.
*/
export declare function isItemsTexture(description: EconDescription, item: ParsedEcon): boolean;
export declare function getTexture(description: EconDescription, schema: ISchema): string | void;