UNPKG

lazzy.ts

Version:

Fast and lightweight library for lazy operations with iterable objects.

2 lines 122 B
export declare function randomFrom<T>(array: T[]): Generator<T, void, undefined>; //# sourceMappingURL=randomFrom.d.ts.map