UNPKG

tf2-item-format

Version:
4 lines (3 loc) 222 B
import { Defindexes, TargetOutputItem } from '../types'; import { ISchema } from '../types/schema'; export default function getDefindexes(schema: ISchema, name: string, usableItem?: Partial<TargetOutputItem>): Defindexes;