tryPick
tryPick<
T>(items):T|undefined
Defined in: src/secure.ts:206
One element, or undefined when the collection is empty.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”Collection<T>
Returns
Section titled “Returns”T | undefined
Example
Section titled “Example”tryPick([]); // undefined