UNPKG

tf2-item-format

Version:
9 lines (8 loc) 390 B
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;