Created
April 2, 2016 18:19
-
-
Save bgerstle/4bd268ea4082dcbf1dc0c9d07e603629 to your computer and use it in GitHub Desktop.
Somewhat functional & elegant JS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// a bunch of requires & tiny helper fns... | |
function directoriesAtPath(path) { | |
return fs.readdir(dir) | |
.then(fp.map(appendToParentDir)) | |
.then(zipPathsWithStats) | |
.then(mapWithoutNil(pathIfTupleIsDirectory)); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment