UNPKG

@gwigz/homunculus-core

Version:

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

8 lines (7 loc) 278 B
/** biome-ignore-all lint/suspicious/noAssignInExpressions: wip */ import { Authenticator, Delegate, Deserializer } from "./network"; export declare const services: { authenticator: Authenticator; readonly deserializer: Deserializer; readonly delegate: Delegate; };