zspecza / common-tags

🔖 Useful template literal tags for dealing with strings in ES2015+
Other
1.99k stars 61 forks source link

support simple string #118

Closed yairper closed 6 years ago

yairper commented 6 years ago

I really like using this pkg, and I really need sometimes to use the same great functions for strings, currently I do oneLine([someString])

Can you please add support for strings so we could do oneLine(someString)? Thanks

fatfisz commented 6 years ago

Hi, it seems it would be possible. I'll try to get this feature added in a few days.

fatfisz commented 6 years ago

Keep your fingers crossed, the new feature is coming to town! I'll try to finish it at tomorrow at latest and then publish it ASAP.

zspecza commented 6 years ago

This was added in #132 so I'm closing the issue.

yairper commented 6 years ago

Cool, thanks :-)