Files
2026-09-08 20:28:54 +08:00

6 lines
106 B
TypeScript

import random = require('./random');
declare function randomItem(arr: any[]): any;
export = randomItem;