import { NumObj } from '../util/NumObj'; import { Length } from './Length'; import { IncIndexNumbObj } from './IncIndexNumbObj'; /** * Concatenate the values of two object types with numerical keys, analogous to `Array.prototype.concat()` */ export type ConcatNumObjs, B extends NumObj> = A & IncIndexNumbObj>;