UNPKG

@mi-gpt/miot

Version:

MIoT 非官方 Node.js 客户端

11 lines (9 loc) 199 B
// src/mi/common.ts function updateMiAccount(account) { return (newAccount) => { for (const key in newAccount) { account[key] = newAccount[key]; } }; } export { updateMiAccount };