UNPKG

@lineai/bluebeam-api

Version:

Your unofficial library for Bluebeam API for human and AI developers. Provides TypeScript support, entity classes, and developer-friendly features. Perfect for AI coders, construction professionals, and document management tasks. Includes comprehensive JS

8 lines (7 loc) 248 B
import { TokenStorage } from '../types/auth'; /** * Simple in-memory token storage * Tokens are lost when the application restarts * Useful for testing or temporary storage needs */ export declare const createMemoryStorage: () => TokenStorage;