Interface Readable<T>

interface Readable<T> {
    get(): T;
}

Type Parameters

  • T

Hierarchy (view full)

Methods

Methods