UNPKG

node-easysms

Version:

EasySMS is an SMS sender for Node.js

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