UNPKG

@loken/hierarchies

Version:

Library for working with hierarchies of identifiers and identifiable objects.

5 lines (4 loc) 106 B
/** @internalexport */ export type TransformTuple<T extends readonly any[], V> = { [K in keyof T]: V; };