UNPKG

tf2-item-format

Version:
8 lines (7 loc) 239 B
import { EconDescription } from '../../../types'; /** * Checks if item is craftable based off description * @param {object} description * @return {boolean} */ export declare function isCraftable(description: EconDescription): boolean;