UNPKG

@loken/hierarchies

Version:

Library for working with hierarchies of identifiers and identifiable objects.

5 lines 150 B
/** @internalexport */ export type TransformTuple<T extends readonly any[], V> = { [K in keyof T]: V; }; //# sourceMappingURL=tuple.types.d.ts.map