source: node_modules/ts-toolbelt/out/List/Length.d.ts

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 211 bytes
Line 
1import { List } from './List';
2/**
3 * Get the length of `L`
4 * @param L to get length
5 * @returns [[String]] or `number`
6 * @example
7 * ```ts
8 * ```
9 */
10export declare type Length<L extends List> = L['length'];
Note: See TracBrowser for help on using the repository browser.