ericcarraway / typo-hunter

tools for finding typos in codebases and prose
http://typo-hunter.com/
MIT License
0 stars 0 forks source link

idea: words to JS array #87

Closed ericcarraway closed 7 years ago

ericcarraway commented 7 years ago

input

this
is
an
example

output

'this',
'is',
'an',
'example',
ericcarraway commented 7 years ago

closed by https://github.com/ericcarraway/typo-hunter/pull/89

prettyPrintArrOfWords