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:
330 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | import { NullableKeys as ONullableKeys } from '../Object/NullableKeys';
|
---|
| 2 | import { ObjectOf } from './ObjectOf';
|
---|
| 3 | import { List } from './List';
|
---|
| 4 | /**
|
---|
| 5 | * Get the keys of `L` that are nullable
|
---|
| 6 | * @param L
|
---|
| 7 | * @returns [[Key]]
|
---|
| 8 | * @example
|
---|
| 9 | * ```ts
|
---|
| 10 | * ```
|
---|
| 11 | */
|
---|
| 12 | export declare type NullableKeys<L extends List> = ONullableKeys<ObjectOf<L>>;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.