UNPKG

ts-toolbelt

Version:

TypeScript's largest utility library

11 lines (10 loc) 211 B
import { List } from './List'; /** * Get the length of `L` * @param L to get length * @returns [[String]] or `number` * @example * ```ts * ``` */ export declare type Length<L extends List> = L['length'];