UNPKG

microtunnel-client

Version:

NodeJS library for post-quantum communication between apps

9 lines (8 loc) 293 B
export = create; declare function create(options?: {}): { get(serverName: any, serverPath?: string): Promise<any>; post(serverName: any, serverPath: string, obj: any): Promise<any>; symCryptor: typeof symCryptor; authServers: any; }; import symCryptor = require("symcryptor");