"use strict"; const EndOfStream = require("./"); // TODO: Turn this into a meaningful example let marker = new EndOfStream(); console.log(marker); // Logs the new EndOfStream (Error) instance