UNPKG

node-easysms

Version:

EasySMS is an SMS sender for Node.js

7 lines (6 loc) 166 B
/** * 网关策略 - 随机执行 * @param gateways 要排序的网关列表 * @returns */ export declare const RandomStrategy: (gateways: string[]) => string[];