"use strict"; const EndOfStream = require("./"); let marker = new EndOfStream(); console.log(marker); // Logs the new EndOfStream (Error) instance