Home
last modified time | relevance | path

Searched refs:NonMaybeType (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/utility-types/
H A DREADME.md151 * [`$NonMaybeType<T>`](#nonmaybetypet)
1079 ### `$NonMaybeType<T>`
1081 Converts a type `T` to a non-maybe type. In other words, the values of `$NonMaybeType<T>` are the v…
1087 import { $NonMaybeType } from 'utility-types';
1092 type Name = $NonMaybeType<MaybeName>;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/utility-types/
H A DREADME.md151 * [`$NonMaybeType<T>`](#nonmaybetypet)
1079 ### `$NonMaybeType<T>`
1081 Converts a type `T` to a non-maybe type. In other words, the values of `$NonMaybeType<T>` are the v…
1087 import { $NonMaybeType } from 'utility-types';
1092 type Name = $NonMaybeType<MaybeName>;