UNPKG

@jspm/core

Version:

This package contains the core libraries used in jspm 2.

6 lines (5 loc) 207 B
import { Writable } from 'node:stream'; export { Writable as default } export const WritableState = Writable.WritableState; export const fromWeb = Writable.fromWeb; export const toWeb = Writable.toWeb;