Theia API Documentation v1.65.0
    Preparing search index...

    A interface that emulates the API shape of a node.js readable for use in desktop and web environments.

    interface Readable<T> {
        read(): null | T;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Methods

    Methods