# pull-through-end **Repository Path**: mirrors_regular/pull-through-end ## Basic Information - **Project Name**: pull-through-end - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README pull-through-end --- like `pull.onEnd` but as a trhough stream. Calls an async function when the stream is ending. ``` js const onEnd = require('pull-through-end') pull( source, onEnd( (err, cb) =>{ // err is either null or an Error object if (err) console.error(err) cb() // arguments to cb are ignored }), sink ) ``` --- License: MIT