source: node_modules/ts-toolbelt/out/List/RequiredKeys.d.ts@ d24f17c

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

Initial commit

  • Property mode set to 100644
File size: 330 bytes
Line 
1import { RequiredKeys as ORequiredKeys } from '../Object/RequiredKeys';
2import { ObjectOf } from './ObjectOf';
3import { List } from './List';
4/**
5 * Get the keys of `L` that are readonly
6 * @param L
7 * @returns [[Key]]
8 * @example
9 * ```ts
10 * ```
11 */
12export declare type RequiredKeys<L extends List> = ORequiredKeys<ObjectOf<L>>;
Note: See TracBrowser for help on using the repository browser.