UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

12 lines (11 loc) 210 B
/** * 获取rtx信息 * @private * @example * ```ts * getRtxInfo().then((info) => { * console.log(info); // { rtx: 'xxx', ... } * }); * ``` */ export declare function getRtxInfo(): Promise<unknown>;