timhaley94/holdem

View on GitHub
server/src/utils/index.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
const chunkIf = require('./chunkIf');
const deepMap = require('./deepMap');
const hasShape = require('./hasShape');
const mapFind = require('./mapFind');
const sleep = require('./sleep');

module.exports = {
  chunkIf,
  deepMap,
  hasShape,
  mapFind,
  sleep,
};