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