UNPKG
linky
Version:
latest (2.1.3)
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.7.0
1.6.0
1.5.0
1.4.1
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.0.0
Easily retrieve your Linky power consumption
github.com/bokub/linky
bokub/linky
linky
/
dist
/
bin
/
auth.d.ts
7 lines
(6 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Session
}
from
'../lib/index.js'
;
export
declare
function
auth
(
token
:
string
|
undefined
):
void
;
export
declare
function
getSession
(
{ token, prm }: { token?:
string
|
undefined
; prm?:
string
|
undefined
; }
):
Session
;