UNPKG

runas-core

Version:

The adhesive orchestrator

10 lines (8 loc) 212 B
'use strict'; const streamWriteHook = require('../../lib/utils/stream-write-hook'); module.exports = { addons: { streamWriteHook: streamWriteHook.hook, streamWriteUnhook: streamWriteHook.unhook } };