UNPKG

s3-autoindex

Version:

Serve the contents of a S3 bucket (private or public) over HTTP

5 lines (4 loc) 142 B
import * as RxMe from 'rxme'; export default function QWorker(input: RxMe.Observable, output: RxMe.Subject): void { input.passTo(output); }