tf2-item-format
Version:
Format's TF2 items like backpack.tf does
10 lines (9 loc) • 311 B
TypeScript
import { ISchema } from './types/schema';
/**
* Fixes the order of attributes in your name,
* this is highly exrimental due to the
* nature of attributes being parsed in way
* they're put in inside the name.
*/
declare const _default: (schema: ISchema, name: string) => string;
export default _default;