Type Alias ReadableWithGetter<T>

ReadableWithGetter: Readable<T> & { get: () => T }

Type Parameters

  • T