UNPKG

@lusc/fastmail-masked-email

Version:

A library for creating, deleting, and updating Fastmail masked emails

4 lines (3 loc) 182 B
import { type Session } from './schemas.js'; export declare function getSession(apiToken?: string, hostname?: string): Promise<Session>; export type { Session } from './schemas.js';