Add TODO for fsUtils.isValidPath()

This commit is contained in:
Juan Cruz Viotti 2014-11-07 14:17:37 -04:00
parent cad1d5764b
commit 3f5da39990

View File

@ -1,4 +1,5 @@
_ = require('lodash')
# TODO: There should be more complex checks here
exports.isValidPath = (p) ->
return _.isString(p)