UNPKG

@jspm/core

Version:

This package contains the core libraries used in jspm 2.

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