source: node_modules/ts-toolbelt/out/List/_Internal.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: 276 bytes
RevLine 
[d24f17c]1/** @ignore */ /** */
2import { Overwrite } from '../Object/Overwrite';
3import { List } from './List';
4/**
5 * Remove `?` & `readonly` from a [[List]]
6 */
7export declare type Naked<L extends List> = Overwrite<Required<L>, L>;
8export declare type Key = string | number | symbol;
Note: See TracBrowser for help on using the repository browser.