Vikman88/frontend-project-lvl2

View on GitHub
index.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import factory from './src/index.js';

export default (firstPath, secondPath, format = 'stylish') => {
  const result = factory(firstPath, secondPath, format);
  return result;
};