UNPKG

167 BJavaScriptView Raw
1const Future = require('fluture');
2const { identity } = require('ramda');
3
4// test :: Object options -> Future () Function
5module.exports = () => Future.of(identity);