project-architecture

│  package.json
│  README.md
├─node_modules
├─src
│  │  index.js
│  ├─utils
│  │  ├─isString
│  │  │  index.js
│  │  │  README.md
│  │  ├─concat
│  │  │  index.js
│  │  │  README.md
│  │  ├─isEmpty
│  │  │  index.js
│  │  │  README.md
└─test
    └─utils
        └─isString.spec.js
        └─concat.spec.js
        └─isEmpty.spec.js