Home Identifier Source Repository

src/helpers/not-empty-string.js

let notEmptyString = value => value.length > 0

export default notEmptyString