Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Readable<T>

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

Type Parameters

  • T

Hierarchy

Index

Methods

Methods

  • read(): null | T