UNPKG
@mi-gpt/miot
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
MIoT 非官方 Node.js 客户端
github.com/idootop/migpt-next
idootop/migpt-next
@mi-gpt/miot
/
dist
/
chunk-7QIAJWRJ.cjs
13 lines
(10 loc)
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
// src/mi/common.ts
function
updateMiAccount
(
account
) {
return
(
newAccount
) =>
{
for
(
const
key
in
newAccount) { account[key] = newAccount[key]; } }; }
exports
.
updateMiAccount
= updateMiAccount;