UNPKG

@jspm/core

Version:

This package contains the core libraries used in jspm 2.

6 lines (5 loc) 197 B
import { Readable } from './stream.js'; export default Readable; export var ReadableState = Readable.ReadableState; export var _fromList = Readable._fromList; export var from = Readable.from;