UNPKG

@jspm/core

Version:

This package contains the core libraries used in jspm 2.

6 lines (5 loc) 209 B
import { Readable } from 'node:stream'; export { Readable as default } export const from = Readable.from; export const ReadableState = Readable.ReadableState; export const _fromList = Readable._fromList;