Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

disconnect

Environment Imports

import { disconnect } from '@ivem/kit'
import { useDisconnect } from '@ivem/kit-react'
import { useDisconnect } from '@ivem/kit-vue'

Usage

import { disconnect } from '@ivem/kit'
 
await disconnect(config)

Parameters

  • config: Config

Return Type

  • Promise<void>

Examples

await disconnect(config)

Related