UNPKG

tf2-item-format

Version:
6 lines (5 loc) 180 B
import { EconItem } from '../../types'; /** * If econ contains `app_data` property it means we can set few extra attributes */ export default function (item: EconItem): boolean;