refacoring and cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-06-27 00:32:13 +03:00
parent b4e0f85a4b
commit 465f754521

View File

@ -827,7 +827,12 @@ console.log('---')
// XXX test functions...
console.log([
//...objectWalker(o)
...objectWalker(['this\nis\nsome\n\ttext'])
...objectWalker(
`This
is
a
multiline
text`)
.chain(serializePaths) ])