UNPKG

tf2-item-format

Version:
8 lines (7 loc) 212 B
import ParsedEcon from '../ParsedEcon'; import { NameAttributes } from '../../types'; /** * Gets attributes from Name * Currently only australium */ export default function (econ: ParsedEcon): NameAttributes;