@mann-conomy/tf-war-paints
Version:
A static Node.js wrapper for Team Fortress 2's many War Paints.
9 lines (8 loc) • 698 B
TypeScript
import type { PrototypeLanguage } from "../types/warpaints";
import type { IPaintAttributes, IWarPaint, WarPaints } from "../types/warpaints";
export declare function isUndefinedOrEmpty(warpaints: WarPaints, language: PrototypeLanguage): boolean;
export declare function compareById(attribute: IPaintAttributes, id: number): boolean;
export declare function getLanguageTranslation(language: PrototypeLanguage): string;
export declare function getLanguageSubtag(translation: string): string;
export declare function compareByIdOrName(attributes: IPaintAttributes, warpaint: IWarPaint): boolean;
export declare function compareByIdAndName(attributes: IPaintAttributes, warpaint: IWarPaint): boolean;