:constrution: 🎨 leave out empty strings

This commit is contained in:
Kevin Van Der Werff
2019-10-21 17:28:27 +02:00
parent 5925666496
commit 61d2c92dee
2 changed files with 11 additions and 3 deletions

View File

@@ -49,4 +49,11 @@ const partiallyIncludesElOf = R.curry((list1, list2) =>
list2)
)
export { getAllResources, tagsNotEmpty, includesElOf, partiallyIncludesElOf, cleanString }
export {
isNotEmpty,
getAllResources,
tagsNotEmpty,
includesElOf,
partiallyIncludesElOf,
cleanString
}