UNPKG

@prelude/array

Version:

Array module.

4 lines (3 loc) 155 B
/** @returns random element or `undefined` if array is empty. */ declare const maybeSample: <T>(values: T[]) => T | undefined; export default maybeSample;