UNPKG

wickr-bedrock-bot

Version:

AWS Wickr's own Bedrock Bot

10 lines (6 loc) 138 B
'use strict' const { PassThrough } = require('stream') async function run (opts) { return new PassThrough({}) } module.exports = run