UNPKG

@eluvio/elv-js-helpers

Version:

A collection of Javascript helper functions used by several Eluvio libraries.

11 lines (5 loc) 164 B
'use strict' const ReaderT = require('crocks/Reader/ReaderT') const Async = require('./Async') const ReaderAsync = ReaderT(Async) module.exports = ReaderAsync