UNPKG

linky

Version:

Easily retrieve your Linky power consumption

7 lines (6 loc) 234 B
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;