UNPKG

@riadvargas/svelte-algolia-instantsearch

Version:
9 lines (8 loc) 247 B
import { getServerContext } from "../getServerState"; import { onDestroy } from "svelte"; export function onDestroyClientSide(callback) { const serverContext = getServerContext(); if (!serverContext) { onDestroy(callback); } }