UNPKG

@gwigz/homunculus-core

Version:

A third-party framework for interacting with Linden Lab's virtual world "Second Life"

3 lines (2 loc) 202 B
export declare function fromXml(input: string): unknown; export declare function xmlRpc(url: string, method: string, params: Record<string, unknown>, headers: Record<string, string>): Promise<unknown>;