"use strict"; module.exports = function propagatePeek(source) { return source.peek(); };