UNPKG

tf2-item-format

Version:
7 lines (6 loc) 240 B
import Attributes from '../Attributes'; /** * Iterates over effects object to get matching effect. */ export default function (name: string, attributes: Attributes): string | void; export declare const TEXTURE_EFFECT_EXCEPTION: string[];