UNPKG

@logi.one/document-client

Version:
4 lines (3 loc) 253 B
export declare const DEFAULT_TOKEN_FILE_PATH = ".logione-document-api-token"; export declare function readTokenFromFile(file?: string): Promise<string>; export declare function getSaveTokenToFileHandler(file?: string): (token: string) => Promise<void>;