onebeyond/bamboohrbot

View on GitHub
src/fetchers/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import fetchEmployees from './fetchEmployees';
import fetchEmployeesAtOffice from './fetchEmployeesAtOffice';
import fetchBankHolidays from './fetchBankHolidays';

export { fetchEmployees, fetchEmployeesAtOffice, fetchBankHolidays };