UNPKG

@wireapp/commons

Version:

Collection of common components that are used across Wire web applications.

3 lines 158 B
export declare function randomArrayElement<T>(array: T[]): T; export declare function randomInt(max: number): number; //# sourceMappingURL=RandomUtil.d.ts.map