UNPKG

@jspm/core

Version:

This package contains the core libraries used in jspm 2.

12 lines (9 loc) 240 B
export function isatty () { return false; } export function ReadStream () { throw new Error('tty.ReadStream is not implemented'); } export function WriteStream() { throw new Error('tty.WriteStream is not implemented'); }