@perspective-dev/client
    Preparing search index...

    Variable default

    default: {
        createMessageHandler: (
            handler: VirtualServerHandler,
        ) => Promise<MessagePort>;
        GenericSQLVirtualServerModel: typeof GenericSQLVirtualServerModel;
        getCompiledClientWasm: () => Promise<Module>;
        host_supports_memory64: () => boolean;
        init_client: (wasm: PerspectiveWasm, disable_stage_0?: boolean) => void;
        init_server: (
            wasm: ServerWasmSource | ServerWasmRegistration,
            options?: boolean | InitServerOptions,
        ) => void;
        VirtualDataSlice: typeof VirtualDataSlice;
        VirtualServer: typeof VirtualServer;
        websocket: (url: string | URL) => Promise<Client>;
        worker: (
            worker?: Promise<MessagePort | Worker | SharedWorker | ServiceWorker>,
        ) => Promise<Client>;
    }

    Type Declaration