UNPKG

tf2-item-format

Version:
4 lines (3 loc) 288 B
import { StrigifySKUAttributes, ItemAttributes } from './'; export declare function nameTypeGuard(attrs: StrigifySKUAttributes | ItemAttributes): attrs is ItemAttributes; export declare function skuTypeGuard(attrs: StrigifySKUAttributes | ItemAttributes): attrs is StrigifySKUAttributes;