mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-29 01:58:52 +00:00
5 lines
74 B
CoffeeScript
5 lines
74 B
CoffeeScript
|
_ = require('lodash')
|
||
|
|
||
|
exports.isValidPath = (p) ->
|
||
|
return _.isString(p)
|