UNPKG

tf2-item-format

Version:
10 lines (9 loc) 311 B
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;