@sanity/visual-editing
Version:
[](https://npm-stat.com/charts.html?package=@sanity/visual-editing) [](https://
8 lines (6 loc) • 356 B
text/typescript
export {VERCEL_STEGA_REGEX} from '@vercel/stega'
/**
* How long to wait after the last subscriber has unsubscribed before resetting the observable and disconnecting the listener
* We want to keep the listener alive for a short while after the last subscriber has unsubscribed to avoid unnecessary reconnects
*/
export const LISTENER_RESET_DELAY = 2000