UNPKG

kitejs

Version:

the rpc framework Kite for Node.js

11 lines (10 loc) 205 B
"use strict"; /** * @author xiangshouding */ exports.__esModule = true; function random(hosts) { var len = hosts.length; return hosts[Math.floor(Math.random() * len)]; } exports.random = random;