readable 
Auto unsubscribe on destory for readable .
Usage 
<script>
  import { readable } from '@svelte-use/core'
  const count = readable(0)
</script>
Type Declarations 
export declare function readable<T>(
  value?: T,
  start?: StartStopNotifier<T>
): Readable<T>
Source 
Source • Docs