sj-freitas/forofa

View on GitHub
lib/asyncFunctions/index.js

Summary

Maintainability
A
0 mins
Test Coverage
const { firstAsync } = require("./firstAsync");
const { toArrayAsync } = require("./toArrayAsync");

module.exports = {
  firstAsync,
  toArrayAsync
};