For the complete documentation index, see llms.txt. This page is also available as Markdown.

exit

Switch back to the default app or the value of the switch-back-to query param specified via switchBackTo().

(Promise<void>): A promise that fulfills without arguments.

Example

import lampix from '@lampix/core';

lampix.exit();

Last updated

Was this helpful?