import { NumObj } from '../util/NumObj'; import { Length } from '../array/Length'; /** * Add an explicit `length` to an object type with number keys. */ export type NumObjToList> = O & { length: Length };